Html Css Color HEX #02D9DF Bright Turquoise

📋 copy color: '#02D9DF'

red 2 ◦ green 217 ◦ blue 223

#02D9DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #02D9DF

Tints of Bright Turquoise #02D9DF

RGB

 RED value IS 2 (1.17% from 255) = 0.45%

 GREEN value IS 217 (85.16% from 255) = 49.1%

 BLUE value IS 223 (87.5% from 255) = 50.45%

R = 0.45%
G = 49.1%
B = 50.45%

CMYK

 C value IS 0.99

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#02D9DF (or 0x02D9DF) is known color: Bright Turquoise. HEX triplet: 02, D9 and DF. RGB value is (2,217,223). Sum of RGB (Red+Green+Blue) = 2+217+223=442 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 442); Green value is 217 (85.16% from 255 or 49.10% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #02D9DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02D9DF is #FD2620. Grayscale: #999999. Windows color (decimal): -16590369 or 14670082. OLE color: 14670082.

HSL color Cylindrical-coordinate representation of color #02D9DF: hue angle of 181.63º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D9DF is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 217 223 -
CMYK 0.99 0.03 0 0.13
HSL 181.63º 0.98% 0.44% -
HSV(B) 181.63º 0.99% 0.87% -
XYZ 38.16 54.97 78.41 -
YUV 153.4 167.27 20.01 -
System Red Green Blue C M Y K H S L
Decimal 2 217 223 0.99 0.03 0 0.13 181.63 0.98 0.44
Hex 2 D9 DF 63 3 0 D B6 62 2C
Octal 2 331 337 143 3 0 15 266 142 54
Binary 10 11011001 11011111 1100011 11 0 1101 10110110 1100010 101100

Color Harmonies of #02D9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D9DF

Black with #02D9DF

Text Example


Text Example

White with #02D9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02D9DF;
 }
 .AnyTagClassName
 {
   color: #02D9DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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