Html Css Color HEX #08DBE2 Bright Turquoise

📋 copy color: '#08DBE2'

red 8 ◦ green 219 ◦ blue 226

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

Shades of Bright Turquoise #08DBE2

Tints of Bright Turquoise #08DBE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 49.89%

R = 1.77%
G = 48.34%
B = 49.89%

CMYK

 C value IS 0.96

 M value IS 0.03

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#08DBE2 (or 0x08DBE2) is known color: Bright Turquoise. HEX triplet: 08, DB and E2. RGB value is (8,219,226). Sum of RGB (Red+Green+Blue) = 8+219+226=453 (60% of max value = 765). Red value is 8 (3.52% from 255 or 1.77% from 453); Green value is 219 (85.94% from 255 or 48.34% from 453); Blue value is 226 (88.67% from 255 or 49.89% from 453); Max value from RGB is 226 - color contains mainly: blue. Hex color #08DBE2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08DBE2 is #F7241D. Grayscale: #9C9C9C. Windows color (decimal): -16196638 or 14867208. OLE color: 14867208.

HSL color Cylindrical-coordinate representation of color #08DBE2: hue angle of 181.93º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08DBE2 is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 8 219 226 -
CMYK 0.96 0.03 0 0.11
HSL 181.93º 0.93% 0.46% -
HSV(B) 181.93º 0.96% 0.89% -
XYZ 39.16 56.21 80.74 -
YUV 156.71 167.1 21.93 -
System Red Green Blue C M Y K H S L
Decimal 8 219 226 0.96 0.03 0 0.11 181.93 0.93 0.46
Hex 8 DB E2 60 3 0 B B6 5D 2E
Octal 10 333 342 140 3 0 13 266 135 56
Binary 1000 11011011 11100010 1100000 11 0 1011 10110110 1011101 101110

Color Harmonies of #08DBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08DBE2

Black with #08DBE2

Text Example


Text Example

White with #08DBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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