Html Css Color HEX #55DDC9 Medium Turquoise

📋 copy color: '#55DDC9'

red 85 ◦ green 221 ◦ blue 201

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

Shades of Medium Turquoise #55DDC9

Tints of Medium Turquoise #55DDC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.64%

R = 16.77%
G = 43.59%
B = 39.64%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#55DDC9 (or 0x55DDC9) is known color: Medium Turquoise. HEX triplet: 55, DD and C9. RGB value is (85,221,201). Sum of RGB (Red+Green+Blue) = 85+221+201=507 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.77% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 201 (78.91% from 255 or 39.64% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #55DDC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DDC9 is #AA2236. Grayscale: #B2B2B2. Windows color (decimal): -11149879 or 13229397. OLE color: 13229397.

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

Color convert

RGB 85 221 201 -
CMYK 0.62 0 0.09 0.13
HSL 171.18º 0.67% 0.6% -
HSV(B) 171.18º 0.62% 0.87% -
XYZ 40.15 57.86 64.31 -
YUV 178.06 140.94 61.63 -
System Red Green Blue C M Y K H S L
Decimal 85 221 201 0.62 0 0.09 0.13 171.18 0.67 0.6
Hex 55 DD C9 3E 0 9 D AB 43 3C
Octal 125 335 311 76 0 11 15 253 103 74
Binary 1010101 11011101 11001001 111110 0 1001 1101 10101011 1000011 111100

Color Harmonies of #55DDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DDC9

Black with #55DDC9

Text Example


Text Example

White with #55DDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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