Html Css Color HEX #08FCDF Bright Turquoise

📋 copy color: '#08FCDF'

red 8 ◦ green 252 ◦ blue 223

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

Shades of Bright Turquoise #08FCDF

Tints of Bright Turquoise #08FCDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.17%

R = 1.66%
G = 52.17%
B = 46.17%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#08FCDF (or 0x08FCDF) is known color: Bright Turquoise. HEX triplet: 08, FC and DF. RGB value is (8,252,223). Sum of RGB (Red+Green+Blue) = 8+252+223=483 (63% of max value = 765). Red value is 8 (3.52% from 255 or 1.66% from 483); Green value is 252 (98.83% from 255 or 52.17% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 252 - color contains mainly: green. Hex color #08FCDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08FCDF is #F70320. Grayscale: #AFAFAF. Windows color (decimal): -16188193 or 14679048. OLE color: 14679048.

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

Color convert

RGB 8 252 223 -
CMYK 0.97 0 0.12 0.01
HSL 172.87º 0.98% 0.51% -
HSV(B) 172.87º 0.97% 0.99% -
XYZ 48.23 75 81.75 -
YUV 175.74 154.66 8.36 -
System Red Green Blue C M Y K H S L
Decimal 8 252 223 0.97 0 0.12 0.01 172.87 0.98 0.51
Hex 8 FC DF 61 0 C 1 AD 62 33
Octal 10 374 337 141 0 14 1 255 142 63
Binary 1000 11111100 11011111 1100001 0 1100 1 10101101 1100010 110011

Color Harmonies of #08FCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08FCDF

Black with #08FCDF

Text Example


Text Example

White with #08FCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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