Html Css Color HEX #55DABD Medium Turquoise

📋 copy color: '#55DABD'

red 85 ◦ green 218 ◦ blue 189

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

Shades of Medium Turquoise #55DABD

Tints of Medium Turquoise #55DABD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.31%

 BLUE value IS 189 (74.22% from 255) = 38.41%

R = 17.28%
G = 44.31%
B = 38.41%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#55DABD (or 0x55DABD) is known color: Medium Turquoise. HEX triplet: 55, DA and BD. RGB value is (85,218,189). Sum of RGB (Red+Green+Blue) = 85+218+189=492 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.28% from 492); Green value is 218 (85.55% from 255 or 44.31% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 218 - color contains mainly: green. Hex color #55DABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DABD is #AA2542. Grayscale: #AEAEAE. Windows color (decimal): -11150659 or 12442197. OLE color: 12442197.

HSL color Cylindrical-coordinate representation of color #55DABD: hue angle of 166.92º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55DABD is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 85 218 189 -
CMYK 0.61 0 0.13 0.15
HSL 166.92º 0.64% 0.59% -
HSV(B) 166.92º 0.61% 0.85% -
XYZ 38 55.75 56.9 -
YUV 174.93 135.94 63.86 -
System Red Green Blue C M Y K H S L
Decimal 85 218 189 0.61 0 0.13 0.15 166.92 0.64 0.59
Hex 55 DA BD 3D 0 D F A7 40 3B
Octal 125 332 275 75 0 15 17 247 100 73
Binary 1010101 11011010 10111101 111101 0 1101 1111 10100111 1000000 111011

Color Harmonies of #55DABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DABD

Black with #55DABD

Text Example


Text Example

White with #55DABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,218,189); }

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

background-color css

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

 a { background-color: rgb(85,218,189); }

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

border-color css

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

 span { border-color: rgb(85,218,189); }

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