Html Css Color HEX #08DCD5 Bright Turquoise

📋 copy color: '#08DCD5'

red 8 ◦ green 220 ◦ blue 213

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

Shades of Bright Turquoise #08DCD5

Tints of Bright Turquoise #08DCD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 48.3%

R = 1.81%
G = 49.89%
B = 48.3%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#08DCD5 (or 0x08DCD5) is known color: Bright Turquoise. HEX triplet: 08, DC and D5. RGB value is (8,220,213). Sum of RGB (Red+Green+Blue) = 8+220+213=441 (58% of max value = 765). Red value is 8 (3.52% from 255 or 1.81% from 441); Green value is 220 (86.33% from 255 or 49.89% from 441); Blue value is 213 (83.59% from 255 or 48.30% from 441); Max value from RGB is 220 - color contains mainly: green. Hex color #08DCD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08DCD5 is #F7232A. Grayscale: #9B9B9B. Windows color (decimal): -16196395 or 14015496. OLE color: 14015496.

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

Color convert

RGB 8 220 213 -
CMYK 0.96 0 0.03 0.14
HSL 178.02º 0.93% 0.45% -
HSV(B) 178.02º 0.96% 0.86% -
XYZ 37.7 56.04 71.78 -
YUV 155.81 160.26 22.57 -
System Red Green Blue C M Y K H S L
Decimal 8 220 213 0.96 0 0.03 0.14 178.02 0.93 0.45
Hex 8 DC D5 60 0 3 E B2 5D 2D
Octal 10 334 325 140 0 3 16 262 135 55
Binary 1000 11011100 11010101 1100000 0 11 1110 10110010 1011101 101101

Color Harmonies of #08DCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08DCD5

Black with #08DCD5

Text Example


Text Example

White with #08DCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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