Html Css Color HEX #08EBDB Bright Turquoise

📋 copy color: '#08EBDB'

red 8 ◦ green 235 ◦ blue 219

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

Shades of Bright Turquoise #08EBDB

Tints of Bright Turquoise #08EBDB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 50.87%

 BLUE value IS 219 (85.94% from 255) = 47.4%

R = 1.73%
G = 50.87%
B = 47.4%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#08EBDB (or 0x08EBDB) is known color: Bright Turquoise. HEX triplet: 08, EB and DB. RGB value is (8,235,219). Sum of RGB (Red+Green+Blue) = 8+235+219=462 (61% of max value = 765). Red value is 8 (3.52% from 255 or 1.73% from 462); Green value is 235 (92.19% from 255 or 50.87% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 235 - color contains mainly: green. Hex color #08EBDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08EBDB is #F71424. Grayscale: #A5A5A5. Windows color (decimal): -16192549 or 14412552. OLE color: 14412552.

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

Color convert

RGB 8 235 219 -
CMYK 0.97 0 0.07 0.08
HSL 175.77º 0.93% 0.48% -
HSV(B) 175.77º 0.97% 0.92% -
XYZ 42.59 64.58 77.24 -
YUV 165.3 158.29 15.8 -
System Red Green Blue C M Y K H S L
Decimal 8 235 219 0.97 0 0.07 0.08 175.77 0.93 0.48
Hex 8 EB DB 61 0 7 8 B0 5D 30
Octal 10 353 333 141 0 7 10 260 135 60
Binary 1000 11101011 11011011 1100001 0 111 1000 10110000 1011101 110000

Color Harmonies of #08EBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08EBDB

Black with #08EBDB

Text Example


Text Example

White with #08EBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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