Html Css Color HEX #08FCCC Bright Turquoise

📋 copy color: '#08FCCC'

red 8 ◦ green 252 ◦ blue 204

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

Shades of Bright Turquoise #08FCCC

Tints of Bright Turquoise #08FCCC

RGB

 RED value IS 8 (3.52% from 255) = 1.72%

 GREEN value IS 252 (98.83% from 255) = 54.31%

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

R = 1.72%
G = 54.31%
B = 43.97%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#08FCCC (or 0x08FCCC) is known color: Bright Turquoise. HEX triplet: 08, FC and CC. RGB value is (8,252,204). Sum of RGB (Red+Green+Blue) = 8+252+204=464 (61% of max value = 765). Red value is 8 (3.52% from 255 or 1.72% from 464); Green value is 252 (98.83% from 255 or 54.31% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 252 - color contains mainly: green. Hex color #08FCCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08FCCC is #F70333. Grayscale: #ADADAD. Windows color (decimal): -16188212 or 13433864. OLE color: 13433864.

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

Color convert

RGB 8 252 204 -
CMYK 0.97 0 0.19 0.01
HSL 168.2º 0.98% 0.51% -
HSV(B) 168.2º 0.97% 0.99% -
XYZ 45.81 74.03 69 -
YUV 173.57 145.16 9.9 -
System Red Green Blue C M Y K H S L
Decimal 8 252 204 0.97 0 0.19 0.01 168.2 0.98 0.51
Hex 8 FC CC 61 0 13 1 A8 62 33
Octal 10 374 314 141 0 23 1 250 142 63
Binary 1000 11111100 11001100 1100001 0 10011 1 10101000 1100010 110011

Color Harmonies of #08FCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08FCCC

Black with #08FCCC

Text Example


Text Example

White with #08FCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08FCCC; }

 p { color: rgb(8,252,204); }

 H1.HeaderClassName
 {
   color: #08FCCC;
 }
 .AnyTagClassName
 {
   color: #08FCCC;
 }
</style>

background-color css

<style>
 a { background-color: #08FCCC; }

 a { background-color: rgb(8,252,204); }

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

border-color css

<style>
 span { border-color: #08FCCC; }

 span { border-color: rgb(8,252,204); }

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