#02d9f3

Color #02D9F3 Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #02D9F3

Tints of Bright Turquoise #02D9F3

Color information

#02D9F3 (or 0x02D9F3) is unknown color: approx Bright Turquoise. HEX triplet: 02, D9 and F3. RGB value is (2,217,243). Sum of RGB (Red+Green+Blue) = 2+217+243=462 (61% of max value = 765). Red value is 2 (1.17% from 255 or 0.43% from 462); Green value is 217 (85.16% from 255 or 46.97% from 462); Blue value is 243 (95.31% from 255 or 52.60% from 462); Max value from RGB is 243 - color contains mainly: blue. Hex color #02D9F3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02D9F3 is #FD260C. Grayscale: #9B9B9B. Windows color (decimal): -16590349 or 15980802. OLE color: 15980802.

HSL color Cylindrical-coordinate representation of color #02D9F3: hue angle of 186.47º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D9F3 is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB2217243-
CMYK0.990.1100.05
HSL186.47º98.37%48.04%-
HSV(B)186.47º99.18%95.29%-
XYZ41.0256.1193.46-
YUV155.68177.2718.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 0.43%
GREEN value IS 217 (85.16% from 255) = 46.97%
BLUE value IS 243 (95.31% from 255) = 52.60%
R=0.43%
G=46.97%
B=52.60%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal22172430.990.1100.05186.4798.3748.04
Hex2D9F363B05ba6230
Octal2331363143130527214260
Binary101101100111110011110001110110101101110101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02d9f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02d9f3; }

 p { color: rgb(2,217,243); }

 H1.HeaderClassName
 {
   color: #02d9f3;
 }
 .AnyTagClassName
 {
   color: #02d9f3;
 }
</style>
background-color css

<style>
 a { background-color: #02d9f3; }

 a { background-color: rgb(2,217,243); }

 div.DivClassName
 {
   background-color: #02d9f3;
 }
 .BgClassName
 {
   background-color: #02d9f3;
 }
</style>
border-color css

<style>
 span { border-color: #02d9f3; }

 span { border-color: rgb(2,217,243); }

 td.TdClassName
 {
   border-color: #02d9f3;
 }
 .TagClassName
 {
   border-color: #02d9f3;
 }
</style>