Html Css Color HEX #55DBDC Medium Turquoise

📋 copy color: '#55DBDC'

red 85 ◦ green 219 ◦ blue 220

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

Shades of Medium Turquoise #55DBDC

Tints of Medium Turquoise #55DBDC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.79%

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

R = 16.22%
G = 41.79%
B = 41.98%

CMYK

 C value IS 0.61

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#55DBDC (or 0x55DBDC) is known color: Medium Turquoise. HEX triplet: 55, DB and DC. RGB value is (85,219,220). Sum of RGB (Red+Green+Blue) = 85+219+220=524 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.22% from 524); Green value is 219 (85.94% from 255 or 41.79% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #55DBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DBDC is #AA2423. Grayscale: #B2B2B2. Windows color (decimal): -11150372 or 14474069. OLE color: 14474069.

HSL color Cylindrical-coordinate representation of color #55DBDC: hue angle of 180.44º degrees, saturation: 0.66, 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 #55DBDC is Cyan = 0.61, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 219 220 -
CMYK 0.61 0.00 0 0.14
HSL 180.44º 0.66% 0.6% -
HSV(B) 180.44º 0.61% 0.86% -
XYZ 42 57.76 76.65 -
YUV 179.05 151.11 60.92 -
System Red Green Blue C M Y K H S L
Decimal 85 219 220 0.61 0.00 0 0.14 180.44 0.66 0.6
Hex 55 DB DC 3D 0 0 E B4 42 3C
Octal 125 333 334 75 0 0 16 264 102 74
Binary 1010101 11011011 11011100 111101 0 0 1110 10110100 1000010 111100

Color Harmonies of #55DBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DBDC

Black with #55DBDC

Text Example


Text Example

White with #55DBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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