Html Css Color HEX #08DDD7 Bright Turquoise

📋 copy color: '#08DDD7'

red 8 ◦ green 221 ◦ blue 215

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

Shades of Bright Turquoise #08DDD7

Tints of Bright Turquoise #08DDD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 48.42%

R = 1.8%
G = 49.77%
B = 48.42%

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

#08DDD7 (or 0x08DDD7) is known color: Bright Turquoise. HEX triplet: 08, DD and D7. RGB value is (8,221,215). Sum of RGB (Red+Green+Blue) = 8+221+215=444 (58% of max value = 765). Red value is 8 (3.52% from 255 or 1.80% from 444); Green value is 221 (86.72% from 255 or 49.77% from 444); Blue value is 215 (84.38% from 255 or 48.42% from 444); Max value from RGB is 221 - color contains mainly: green. Hex color #08DDD7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08DDD7 is #F72228. Grayscale: #9C9C9C. Windows color (decimal): -16196137 or 14146824. OLE color: 14146824.

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

Color convert

RGB 8 221 215 -
CMYK 0.96 0 0.03 0.13
HSL 178.31º 0.93% 0.45% -
HSV(B) 178.31º 0.96% 0.87% -
XYZ 38.22 56.67 73.21 -
YUV 156.63 160.93 21.99 -
System Red Green Blue C M Y K H S L
Decimal 8 221 215 0.96 0 0.03 0.13 178.31 0.93 0.45
Hex 8 DD D7 60 0 3 D B2 5D 2D
Octal 10 335 327 140 0 3 15 262 135 55
Binary 1000 11011101 11010111 1100000 0 11 1101 10110010 1011101 101101

Color Harmonies of #08DDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08DDD7

Black with #08DDD7

Text Example


Text Example

White with #08DDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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