Html Css Color HEX #02F9C9 Bright Turquoise

📋 copy color: '#02F9C9'

red 2 ◦ green 249 ◦ blue 201

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

Shades of Bright Turquoise #02F9C9

Tints of Bright Turquoise #02F9C9

RGB

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

 GREEN value IS 249 (97.66% from 255) = 55.09%

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

R = 0.44%
G = 55.09%
B = 44.47%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#02F9C9 (or 0x02F9C9) is known color: Bright Turquoise. HEX triplet: 02, F9 and C9. RGB value is (2,249,201). Sum of RGB (Red+Green+Blue) = 2+249+201=452 (59% of max value = 765). Red value is 2 (1.17% from 255 or 0.44% from 452); Green value is 249 (97.66% from 255 or 55.09% from 452); Blue value is 201 (78.91% from 255 or 44.47% from 452); Max value from RGB is 249 - color contains mainly: green. Hex color #02F9C9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02F9C9 is #FD0636. Grayscale: #A9A9A9. Windows color (decimal): -16582199 or 13236482. OLE color: 13236482.

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

Color convert

RGB 2 249 201 -
CMYK 0.99 0 0.19 0.02
HSL 168.34º 0.98% 0.49% -
HSV(B) 168.34º 0.99% 0.98% -
XYZ 44.44 71.98 66.81 -
YUV 169.68 145.67 8.4 -
System Red Green Blue C M Y K H S L
Decimal 2 249 201 0.99 0 0.19 0.02 168.34 0.98 0.49
Hex 2 F9 C9 63 0 13 2 A8 62 31
Octal 2 371 311 143 0 23 2 250 142 61
Binary 10 11111001 11001001 1100011 0 10011 10 10101000 1100010 110001

Color Harmonies of #02F9C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02F9C9

Black with #02F9C9

Text Example


Text Example

White with #02F9C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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