Html Css Color HEX #08FCD3 Bright Turquoise

📋 copy color: '#08FCD3'

red 8 ◦ green 252 ◦ blue 211

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

Shades of Bright Turquoise #08FCD3

Tints of Bright Turquoise #08FCD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 44.8%

R = 1.7%
G = 53.5%
B = 44.8%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#08FCD3 (or 0x08FCD3) is known color: Bright Turquoise. HEX triplet: 08, FC and D3. RGB value is (8,252,211). Sum of RGB (Red+Green+Blue) = 8+252+211=471 (62% of max value = 765). Red value is 8 (3.52% from 255 or 1.70% from 471); Green value is 252 (98.83% from 255 or 53.50% from 471); Blue value is 211 (82.81% from 255 or 44.80% from 471); Max value from RGB is 252 - color contains mainly: green. Hex color #08FCD3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08FCD3 is #F7032C. Grayscale: #AEAEAE. Windows color (decimal): -16188205 or 13892616. OLE color: 13892616.

HSL color Cylindrical-coordinate representation of color #08FCD3: hue angle of 169.92º 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 #08FCD3 is Cyan = 0.97, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB 8 252 211 -
CMYK 0.97 0 0.16 0.01
HSL 169.92º 0.98% 0.51% -
HSV(B) 169.92º 0.97% 0.99% -
XYZ 46.67 74.38 73.52 -
YUV 174.37 148.66 9.33 -
System Red Green Blue C M Y K H S L
Decimal 8 252 211 0.97 0 0.16 0.01 169.92 0.98 0.51
Hex 8 FC D3 61 0 10 1 AA 62 33
Octal 10 374 323 141 0 20 1 252 142 63
Binary 1000 11111100 11010011 1100001 0 10000 1 10101010 1100010 110011

Color Harmonies of #08FCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08FCD3

Black with #08FCD3

Text Example


Text Example

White with #08FCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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