Html Css Color HEX #55DDDC Medium Turquoise

📋 copy color: '#55DDDC'

red 85 ◦ green 221 ◦ blue 220

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

Shades of Medium Turquoise #55DDDC

Tints of Medium Turquoise #55DDDC

RGB

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

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

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

R = 16.16%
G = 42.02%
B = 41.83%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#55DDDC (or 0x55DDDC) is known color: Medium Turquoise. HEX triplet: 55, DD and DC. RGB value is (85,221,220). Sum of RGB (Red+Green+Blue) = 85+221+220=526 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.16% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 221 - color contains mainly: green. Hex color #55DDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DDDC is #AA2223. Grayscale: #B4B4B4. Windows color (decimal): -11149860 or 14474581. OLE color: 14474581.

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

Color convert

RGB 85 221 220 -
CMYK 0.62 0 0.00 0.13
HSL 179.56º 0.67% 0.6% -
HSV(B) 179.56º 0.62% 0.87% -
XYZ 42.52 58.81 76.82 -
YUV 180.22 150.44 60.08 -
System Red Green Blue C M Y K H S L
Decimal 85 221 220 0.62 0 0.00 0.13 179.56 0.67 0.6
Hex 55 DD DC 3E 0 0 D B4 43 3C
Octal 125 335 334 76 0 0 15 264 103 74
Binary 1010101 11011101 11011100 111110 0 0 1101 10110100 1000011 111100

Color Harmonies of #55DDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DDDC

Black with #55DDDC

Text Example


Text Example

White with #55DDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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