Html Css Color HEX #02FBCC Bright Turquoise

📋 copy color: '#02FBCC'

red 2 ◦ green 251 ◦ blue 204

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

Shades of Bright Turquoise #02FBCC

Tints of Bright Turquoise #02FBCC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 54.92%

 BLUE value IS 204 (80.08% from 255) = 44.64%

R = 0.44%
G = 54.92%
B = 44.64%

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

#02FBCC (or 0x02FBCC) is known color: Bright Turquoise. HEX triplet: 02, FB and CC. RGB value is (2,251,204). Sum of RGB (Red+Green+Blue) = 2+251+204=457 (60% of max value = 765). Red value is 2 (1.17% from 255 or 0.44% from 457); Green value is 251 (98.44% from 255 or 54.92% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 251 - color contains mainly: green. Hex color #02FBCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02FBCC is #FD0433. Grayscale: #ABABAB. Windows color (decimal): -16581684 or 13433602. OLE color: 13433602.

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

Color convert

RGB 2 251 204 -
CMYK 0.99 0 0.19 0.02
HSL 168.67º 0.98% 0.5% -
HSV(B) 168.67º 0.99% 0.98% -
XYZ 45.42 73.37 68.89 -
YUV 171.19 146.51 7.32 -
System Red Green Blue C M Y K H S L
Decimal 2 251 204 0.99 0 0.19 0.02 168.67 0.98 0.5
Hex 2 FB CC 63 0 13 2 A9 62 32
Octal 2 373 314 143 0 23 2 251 142 62
Binary 10 11111011 11001100 1100011 0 10011 10 10101001 1100010 110010

Color Harmonies of #02FBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02FBCC

Black with #02FBCC

Text Example


Text Example

White with #02FBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,251,204); }

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

background-color css

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

 a { background-color: rgb(2,251,204); }

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

border-color css

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

 span { border-color: rgb(2,251,204); }

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