Html Css Color HEX #55DCD0 Medium Turquoise

📋 copy color: '#55DCD0'

red 85 ◦ green 220 ◦ blue 208

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

Shades of Medium Turquoise #55DCD0

Tints of Medium Turquoise #55DCD0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.88%

 BLUE value IS 208 (81.64% from 255) = 40.55%

R = 16.57%
G = 42.88%
B = 40.55%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#55DCD0 (or 0x55DCD0) is known color: Medium Turquoise. HEX triplet: 55, DC and D0. RGB value is (85,220,208). Sum of RGB (Red+Green+Blue) = 85+220+208=513 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.57% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 220 - color contains mainly: green. Hex color #55DCD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DCD0 is #AA232F. Grayscale: #B2B2B2. Windows color (decimal): -11150128 or 13687893. OLE color: 13687893.

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

Color convert

RGB 85 220 208 -
CMYK 0.61 0 0.05 0.14
HSL 174.67º 0.66% 0.6% -
HSV(B) 174.67º 0.61% 0.86% -
XYZ 40.72 57.67 68.66 -
YUV 178.27 144.77 61.48 -
System Red Green Blue C M Y K H S L
Decimal 85 220 208 0.61 0 0.05 0.14 174.67 0.66 0.6
Hex 55 DC D0 3D 0 5 E AF 42 3C
Octal 125 334 320 75 0 5 16 257 102 74
Binary 1010101 11011100 11010000 111101 0 101 1110 10101111 1000010 111100

Color Harmonies of #55DCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DCD0

Black with #55DCD0

Text Example


Text Example

White with #55DCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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