Html Css Color HEX #08DDD6 Bright Turquoise

📋 copy color: '#08DDD6'

red 8 ◦ green 221 ◦ blue 214

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

Shades of Bright Turquoise #08DDD6

Tints of Bright Turquoise #08DDD6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 49.89%

 BLUE value IS 214 (83.98% from 255) = 48.31%

R = 1.81%
G = 49.89%
B = 48.31%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#08DDD6 (or 0x08DDD6) is known color: Bright Turquoise. HEX triplet: 08, DD and D6. RGB value is (8,221,214). Sum of RGB (Red+Green+Blue) = 8+221+214=443 (58% of max value = 765). Red value is 8 (3.52% from 255 or 1.81% from 443); Green value is 221 (86.72% from 255 or 49.89% from 443); Blue value is 214 (83.98% from 255 or 48.31% from 443); Max value from RGB is 221 - color contains mainly: green. Hex color #08DDD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08DDD6 is #F72229. Grayscale: #9C9C9C. Windows color (decimal): -16196138 or 14081288. OLE color: 14081288.

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

Color convert

RGB 8 221 214 -
CMYK 0.96 0 0.03 0.13
HSL 178.03º 0.93% 0.45% -
HSV(B) 178.03º 0.96% 0.87% -
XYZ 38.09 56.62 72.54 -
YUV 156.52 160.43 22.07 -
System Red Green Blue C M Y K H S L
Decimal 8 221 214 0.96 0 0.03 0.13 178.03 0.93 0.45
Hex 8 DD D6 60 0 3 D B2 5D 2D
Octal 10 335 326 140 0 3 15 262 135 55
Binary 1000 11011101 11010110 1100000 0 11 1101 10110010 1011101 101101

Color Harmonies of #08DDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08DDD6

Black with #08DDD6

Text Example


Text Example

White with #08DDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,221,214); }

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

background-color css

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

 a { background-color: rgb(8,221,214); }

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

border-color css

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

 span { border-color: rgb(8,221,214); }

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