Html Css Color HEX #08DBEC Bright Turquoise

📋 copy color: '#08DBEC'

red 8 ◦ green 219 ◦ blue 236

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

Shades of Bright Turquoise #08DBEC

Tints of Bright Turquoise #08DBEC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.3%

 BLUE value IS 236 (92.58% from 255) = 50.97%

R = 1.73%
G = 47.3%
B = 50.97%

CMYK

 C value IS 0.97

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#08DBEC (or 0x08DBEC) is known color: Bright Turquoise. HEX triplet: 08, DB and EC. RGB value is (8,219,236). Sum of RGB (Red+Green+Blue) = 8+219+236=463 (61% of max value = 765). Red value is 8 (3.52% from 255 or 1.73% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #08DBEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08DBEC is #F72413. Grayscale: #9D9D9D. Windows color (decimal): -16196628 or 15522568. OLE color: 15522568.

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

Color convert

RGB 8 219 236 -
CMYK 0.97 0.07 0 0.07
HSL 184.47º 0.93% 0.48% -
HSV(B) 184.47º 0.97% 0.93% -
XYZ 40.57 56.77 88.18 -
YUV 157.85 172.1 21.12 -
System Red Green Blue C M Y K H S L
Decimal 8 219 236 0.97 0.07 0 0.07 184.47 0.93 0.48
Hex 8 DB EC 61 7 0 7 B8 5D 30
Octal 10 333 354 141 7 0 7 270 135 60
Binary 1000 11011011 11101100 1100001 111 0 111 10111000 1011101 110000

Color Harmonies of #08DBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08DBEC

Black with #08DBEC

Text Example


Text Example

White with #08DBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,219,236); }

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

background-color css

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

 a { background-color: rgb(8,219,236); }

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

border-color css

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

 span { border-color: rgb(8,219,236); }

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