Html Css Color HEX #02F0D0 Bright Turquoise

📋 copy color: '#02F0D0'

red 2 ◦ green 240 ◦ blue 208

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

Shades of Bright Turquoise #02F0D0

Tints of Bright Turquoise #02F0D0

RGB

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

 GREEN value IS 240 (94.14% from 255) = 53.33%

 BLUE value IS 208 (81.64% from 255) = 46.22%

R = 0.44%
G = 53.33%
B = 46.22%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#02F0D0 (or 0x02F0D0) is known color: Bright Turquoise. HEX triplet: 02, F0 and D0. RGB value is (2,240,208). Sum of RGB (Red+Green+Blue) = 2+240+208=450 (59% of max value = 765). Red value is 2 (1.17% from 255 or 0.44% from 450); Green value is 240 (94.14% from 255 or 53.33% from 450); Blue value is 208 (81.64% from 255 or 46.22% from 450); Max value from RGB is 240 - color contains mainly: green. Hex color #02F0D0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02F0D0 is #FD0F2F. Grayscale: #A5A5A5. Windows color (decimal): -16584496 or 13692930. OLE color: 13692930.

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

Color convert

RGB 2 240 208 -
CMYK 0.99 0 0.13 0.06
HSL 171.93º 0.98% 0.47% -
HSV(B) 171.93º 0.99% 0.94% -
XYZ 42.57 66.89 70.34 -
YUV 165.19 152.15 11.6 -
System Red Green Blue C M Y K H S L
Decimal 2 240 208 0.99 0 0.13 0.06 171.93 0.98 0.47
Hex 2 F0 D0 63 0 D 6 AC 62 2F
Octal 2 360 320 143 0 15 6 254 142 57
Binary 10 11110000 11010000 1100011 0 1101 110 10101100 1100010 101111

Color Harmonies of #02F0D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02F0D0

Black with #02F0D0

Text Example


Text Example

White with #02F0D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,240,208); }

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

background-color css

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

 a { background-color: rgb(2,240,208); }

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

border-color css

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

 span { border-color: rgb(2,240,208); }

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