Html Css Color HEX #55DDCC Medium Turquoise

📋 copy color: '#55DDCC'

red 85 ◦ green 221 ◦ blue 204

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

Shades of Medium Turquoise #55DDCC

Tints of Medium Turquoise #55DDCC

RGB

 RED value IS 85 (33.59% from 255) = 16.67%

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

 BLUE value IS 204 (80.08% from 255) = 40%

R = 16.67%
G = 43.33%
B = 40%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#55DDCC (or 0x55DDCC) is known color: Medium Turquoise. HEX triplet: 55, DD and CC. RGB value is (85,221,204). Sum of RGB (Red+Green+Blue) = 85+221+204=510 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.67% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 221 - color contains mainly: green. Hex color #55DDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DDCC is #AA2233. Grayscale: #B2B2B2. Windows color (decimal): -11149876 or 13426005. OLE color: 13426005.

HSL color Cylindrical-coordinate representation of color #55DDCC: hue angle of 172.5º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55DDCC is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 221 204 -
CMYK 0.62 0 0.08 0.13
HSL 172.5º 0.67% 0.6% -
HSV(B) 172.5º 0.62% 0.87% -
XYZ 40.5 58 66.19 -
YUV 178.4 142.44 61.38 -
System Red Green Blue C M Y K H S L
Decimal 85 221 204 0.62 0 0.08 0.13 172.5 0.67 0.6
Hex 55 DD CC 3E 0 8 D AC 43 3C
Octal 125 335 314 76 0 10 15 254 103 74
Binary 1010101 11011101 11001100 111110 0 1000 1101 10101100 1000011 111100

Color Harmonies of #55DDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DDCC

Black with #55DDCC

Text Example


Text Example

White with #55DDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55DDCC; }

 p { color: rgb(85,221,204); }

 H1.HeaderClassName
 {
   color: #55DDCC;
 }
 .AnyTagClassName
 {
   color: #55DDCC;
 }
</style>

background-color css

<style>
 a { background-color: #55DDCC; }

 a { background-color: rgb(85,221,204); }

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

border-color css

<style>
 span { border-color: #55DDCC; }

 span { border-color: rgb(85,221,204); }

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