Html Css Color HEX #08DCE2 Bright Turquoise

📋 copy color: '#08DCE2'

red 8 ◦ green 220 ◦ blue 226

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

Shades of Bright Turquoise #08DCE2

Tints of Bright Turquoise #08DCE2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.46%

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

R = 1.76%
G = 48.46%
B = 49.78%

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

#08DCE2 (or 0x08DCE2) is known color: Bright Turquoise. HEX triplet: 08, DC and E2. RGB value is (8,220,226). Sum of RGB (Red+Green+Blue) = 8+220+226=454 (60% of max value = 765). Red value is 8 (3.52% from 255 or 1.76% from 454); Green value is 220 (86.33% from 255 or 48.46% from 454); Blue value is 226 (88.67% from 255 or 49.78% from 454); Max value from RGB is 226 - color contains mainly: blue. Hex color #08DCE2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08DCE2 is #F7231D. Grayscale: #9D9D9D. Windows color (decimal): -16196382 or 14867464. OLE color: 14867464.

HSL color Cylindrical-coordinate representation of color #08DCE2: hue angle of 181.65º 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 #08DCE2 is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 8 220 226 -
CMYK 0.96 0.03 0 0.11
HSL 181.65º 0.93% 0.46% -
HSV(B) 181.65º 0.96% 0.89% -
XYZ 39.42 56.73 80.82 -
YUV 157.3 166.76 21.51 -
System Red Green Blue C M Y K H S L
Decimal 8 220 226 0.96 0.03 0 0.11 181.65 0.93 0.46
Hex 8 DC E2 60 3 0 B B6 5D 2E
Octal 10 334 342 140 3 0 13 266 135 56
Binary 1000 11011100 11100010 1100000 11 0 1011 10110110 1011101 101110

Color Harmonies of #08DCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08DCE2

Black with #08DCE2

Text Example


Text Example

White with #08DCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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