Html Css Color HEX #08CFEB Dark Turquoise

📋 copy color: '#08CFEB'

red 8 ◦ green 207 ◦ blue 235

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

Shades of Dark Turquoise #08CFEB

Tints of Dark Turquoise #08CFEB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46%

 BLUE value IS 235 (92.19% from 255) = 52.22%

R = 1.78%
G = 46%
B = 52.22%

CMYK

 C value IS 0.97

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#08CFEB (or 0x08CFEB) is known color: Dark Turquoise. HEX triplet: 08, CF and EB. RGB value is (8,207,235). Sum of RGB (Red+Green+Blue) = 8+207+235=450 (59% of max value = 765). Red value is 8 (3.52% from 255 or 1.78% from 450); Green value is 207 (81.25% from 255 or 46% from 450); Blue value is 235 (92.19% from 255 or 52.22% from 450); Max value from RGB is 235 - color contains mainly: blue. Hex color #08CFEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08CFEB is #F73014. Grayscale: #969696. Windows color (decimal): -16199701 or 15453960. OLE color: 15453960.

HSL color Cylindrical-coordinate representation of color #08CFEB: hue angle of 187.4º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08CFEB is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 8 207 235 -
CMYK 0.97 0.12 0 0.08
HSL 187.4º 0.93% 0.48% -
HSV(B) 187.4º 0.97% 0.92% -
XYZ 37.41 50.68 86.41 -
YUV 150.69 175.57 26.22 -
System Red Green Blue C M Y K H S L
Decimal 8 207 235 0.97 0.12 0 0.08 187.4 0.93 0.48
Hex 8 CF EB 61 C 0 8 BB 5D 30
Octal 10 317 353 141 14 0 10 273 135 60
Binary 1000 11001111 11101011 1100001 1100 0 1000 10111011 1011101 110000

Color Harmonies of #08CFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08CFEB

Black with #08CFEB

Text Example


Text Example

White with #08CFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,207,235); }

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

background-color css

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

 a { background-color: rgb(8,207,235); }

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

border-color css

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

 span { border-color: rgb(8,207,235); }

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