Html Css Color HEX #02F8C9 Bright Turquoise

📋 copy color: '#02F8C9'

red 2 ◦ green 248 ◦ blue 201

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

Shades of Bright Turquoise #02F8C9

Tints of Bright Turquoise #02F8C9

RGB

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

 GREEN value IS 248 (97.27% from 255) = 54.99%

 BLUE value IS 201 (78.91% from 255) = 44.57%

R = 0.44%
G = 54.99%
B = 44.57%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#02F8C9 (or 0x02F8C9) is known color: Bright Turquoise. HEX triplet: 02, F8 and C9. RGB value is (2,248,201). Sum of RGB (Red+Green+Blue) = 2+248+201=451 (59% of max value = 765). Red value is 2 (1.17% from 255 or 0.44% from 451); Green value is 248 (97.27% from 255 or 54.99% from 451); Blue value is 201 (78.91% from 255 or 44.57% from 451); Max value from RGB is 248 - color contains mainly: green. Hex color #02F8C9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02F8C9 is #FD0736. Grayscale: #A9A9A9. Windows color (decimal): -16582455 or 13236226. OLE color: 13236226.

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

Color convert

RGB 2 248 201 -
CMYK 0.99 0 0.19 0.03
HSL 168.54º 0.98% 0.49% -
HSV(B) 168.54º 0.99% 0.97% -
XYZ 44.14 71.36 66.71 -
YUV 169.09 146 8.82 -
System Red Green Blue C M Y K H S L
Decimal 2 248 201 0.99 0 0.19 0.03 168.54 0.98 0.49
Hex 2 F8 C9 63 0 13 3 A9 62 31
Octal 2 370 311 143 0 23 3 251 142 61
Binary 10 11111000 11001001 1100011 0 10011 11 10101001 1100010 110001

Color Harmonies of #02F8C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02F8C9

Black with #02F8C9

Text Example


Text Example

White with #02F8C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,248,201); }

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

background-color css

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

 a { background-color: rgb(2,248,201); }

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

border-color css

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

 span { border-color: rgb(2,248,201); }

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