Html Css Color HEX #02F0DF Bright Turquoise

📋 copy color: '#02F0DF'

red 2 ◦ green 240 ◦ blue 223

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

Shades of Bright Turquoise #02F0DF

Tints of Bright Turquoise #02F0DF

RGB

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

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

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

R = 0.43%
G = 51.61%
B = 47.96%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#02F0DF (or 0x02F0DF) is known color: Bright Turquoise. HEX triplet: 02, F0 and DF. RGB value is (2,240,223). Sum of RGB (Red+Green+Blue) = 2+240+223=465 (61% of max value = 765). Red value is 2 (1.17% from 255 or 0.43% from 465); Green value is 240 (94.14% from 255 or 51.61% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 240 - color contains mainly: green. Hex color #02F0DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02F0DF is #FD0F20. Grayscale: #A6A6A6. Windows color (decimal): -16584481 or 14675970. OLE color: 14675970.

HSL color Cylindrical-coordinate representation of color #02F0DF: hue angle of 175.71º 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 #02F0DF is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 2 240 223 -
CMYK 0.99 0 0.07 0.06
HSL 175.71º 0.98% 0.47% -
HSV(B) 175.71º 0.99% 0.94% -
XYZ 44.5 67.66 80.53 -
YUV 166.9 159.65 10.38 -
System Red Green Blue C M Y K H S L
Decimal 2 240 223 0.99 0 0.07 0.06 175.71 0.98 0.47
Hex 2 F0 DF 63 0 7 6 B0 62 2F
Octal 2 360 337 143 0 7 6 260 142 57
Binary 10 11110000 11011111 1100011 0 111 110 10110000 1100010 101111

Color Harmonies of #02F0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02F0DF

Black with #02F0DF

Text Example


Text Example

White with #02F0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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