Html Css Color HEX #08FCDA Bright Turquoise

📋 copy color: '#08FCDA'

red 8 ◦ green 252 ◦ blue 218

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

Shades of Bright Turquoise #08FCDA

Tints of Bright Turquoise #08FCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.61%

R = 1.67%
G = 52.72%
B = 45.61%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#08FCDA (or 0x08FCDA) is known color: Bright Turquoise. HEX triplet: 08, FC and DA. RGB value is (8,252,218). Sum of RGB (Red+Green+Blue) = 8+252+218=478 (63% of max value = 765). Red value is 8 (3.52% from 255 or 1.67% from 478); Green value is 252 (98.83% from 255 or 52.72% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 252 - color contains mainly: green. Hex color #08FCDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08FCDA is #F70325. Grayscale: #AFAFAF. Windows color (decimal): -16188198 or 14351368. OLE color: 14351368.

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

Color convert

RGB 8 252 218 -
CMYK 0.97 0 0.13 0.01
HSL 171.64º 0.98% 0.51% -
HSV(B) 171.64º 0.97% 0.99% -
XYZ 47.57 74.73 78.25 -
YUV 175.17 152.16 8.76 -
System Red Green Blue C M Y K H S L
Decimal 8 252 218 0.97 0 0.13 0.01 171.64 0.98 0.51
Hex 8 FC DA 61 0 D 1 AC 62 33
Octal 10 374 332 141 0 15 1 254 142 63
Binary 1000 11111100 11011010 1100001 0 1101 1 10101100 1100010 110011

Color Harmonies of #08FCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08FCDA

Black with #08FCDA

Text Example


Text Example

White with #08FCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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