Html Css Color HEX #02F9C6 Bright Turquoise

📋 copy color: '#02F9C6'

red 2 ◦ green 249 ◦ blue 198

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

Shades of Bright Turquoise #02F9C6

Tints of Bright Turquoise #02F9C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 44.1%

R = 0.45%
G = 55.46%
B = 44.1%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#02F9C6 (or 0x02F9C6) is known color: Bright Turquoise. HEX triplet: 02, F9 and C6. RGB value is (2,249,198). Sum of RGB (Red+Green+Blue) = 2+249+198=449 (59% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 449); Green value is 249 (97.66% from 255 or 55.46% from 449); Blue value is 198 (77.73% from 255 or 44.10% from 449); Max value from RGB is 249 - color contains mainly: green. Hex color #02F9C6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02F9C6 is #FD0639. Grayscale: #A9A9A9. Windows color (decimal): -16582202 or 13039874. OLE color: 13039874.

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

Color convert

RGB 2 249 198 -
CMYK 0.99 0 0.20 0.02
HSL 167.61º 0.98% 0.49% -
HSV(B) 167.61º 0.99% 0.98% -
XYZ 44.09 71.84 64.97 -
YUV 169.33 144.17 8.65 -
System Red Green Blue C M Y K H S L
Decimal 2 249 198 0.99 0 0.20 0.02 167.61 0.98 0.49
Hex 2 F9 C6 63 0 14 2 A8 62 31
Octal 2 371 306 143 0 24 2 250 142 61
Binary 10 11111001 11000110 1100011 0 10100 10 10101000 1100010 110001

Color Harmonies of #02F9C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02F9C6

Black with #02F9C6

Text Example


Text Example

White with #02F9C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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