Html Css Color HEX #55D1DB Medium Turquoise

📋 copy color: '#55D1DB'

red 85 ◦ green 209 ◦ blue 219

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

Shades of Medium Turquoise #55D1DB

Tints of Medium Turquoise #55D1DB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.74%

 BLUE value IS 219 (85.94% from 255) = 42.69%

R = 16.57%
G = 40.74%
B = 42.69%

CMYK

 C value IS 0.61

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#55D1DB (or 0x55D1DB) is known color: Medium Turquoise. HEX triplet: 55, D1 and DB. RGB value is (85,209,219). Sum of RGB (Red+Green+Blue) = 85+209+219=513 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.57% from 513); Green value is 209 (82.03% from 255 or 40.74% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #55D1DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D1DB is #AA2E24. Grayscale: #ACACAC. Windows color (decimal): -11152933 or 14405973. OLE color: 14405973.

HSL color Cylindrical-coordinate representation of color #55D1DB: hue angle of 184.48º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55D1DB is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 209 219 -
CMYK 0.61 0.05 0 0.14
HSL 184.48º 0.65% 0.6% -
HSV(B) 184.48º 0.61% 0.86% -
XYZ 39.33 52.65 75.11 -
YUV 173.06 153.92 65.19 -
System Red Green Blue C M Y K H S L
Decimal 85 209 219 0.61 0.05 0 0.14 184.48 0.65 0.6
Hex 55 D1 DB 3D 5 0 E B8 41 3C
Octal 125 321 333 75 5 0 16 270 101 74
Binary 1010101 11010001 11011011 111101 101 0 1110 10111000 1000001 111100

Color Harmonies of #55D1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D1DB

Black with #55D1DB

Text Example


Text Example

White with #55D1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,209,219); }

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

background-color css

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

 a { background-color: rgb(85,209,219); }

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

border-color css

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

 span { border-color: rgb(85,209,219); }

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