Html Css Color HEX #08DDDC Bright Turquoise

📋 copy color: '#08DDDC'

red 8 ◦ green 221 ◦ blue 220

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

Shades of Bright Turquoise #08DDDC

Tints of Bright Turquoise #08DDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49%

R = 1.78%
G = 49.22%
B = 49%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#08DDDC (or 0x08DDDC) is known color: Bright Turquoise. HEX triplet: 08, DD and DC. RGB value is (8,221,220). Sum of RGB (Red+Green+Blue) = 8+221+220=449 (59% of max value = 765). Red value is 8 (3.52% from 255 or 1.78% from 449); Green value is 221 (86.72% from 255 or 49.22% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 221 - color contains mainly: green. Hex color #08DDDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08DDDC is #F72223. Grayscale: #9C9C9C. Windows color (decimal): -16196132 or 14474504. OLE color: 14474504.

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

Color convert

RGB 8 221 220 -
CMYK 0.96 0 0.00 0.13
HSL 179.72º 0.93% 0.45% -
HSV(B) 179.72º 0.96% 0.87% -
XYZ 38.87 56.93 76.65 -
YUV 157.2 163.43 21.58 -
System Red Green Blue C M Y K H S L
Decimal 8 221 220 0.96 0 0.00 0.13 179.72 0.93 0.45
Hex 8 DD DC 60 0 0 D B4 5D 2D
Octal 10 335 334 140 0 0 15 264 135 55
Binary 1000 11011101 11011100 1100000 0 0 1101 10110100 1011101 101101

Color Harmonies of #08DDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08DDDC

Black with #08DDDC

Text Example


Text Example

White with #08DDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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