Html Css Color HEX #55D8D4 Medium Turquoise

📋 copy color: '#55D8D4'

red 85 ◦ green 216 ◦ blue 212

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

Shades of Medium Turquoise #55D8D4

Tints of Medium Turquoise #55D8D4

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.11%

 BLUE value IS 212 (83.2% from 255) = 41.33%

R = 16.57%
G = 42.11%
B = 41.33%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#55D8D4 (or 0x55D8D4) is known color: Medium Turquoise. HEX triplet: 55, D8 and D4. RGB value is (85,216,212). Sum of RGB (Red+Green+Blue) = 85+216+212=513 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.57% from 513); Green value is 216 (84.77% from 255 or 42.11% from 513); Blue value is 212 (83.20% from 255 or 41.33% from 513); Max value from RGB is 216 - color contains mainly: green. Hex color #55D8D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D8D4 is #AA272B. Grayscale: #B0B0B0. Windows color (decimal): -11151148 or 13949013. OLE color: 13949013.

HSL color Cylindrical-coordinate representation of color #55D8D4: hue angle of 178.17º degrees, saturation: 0.63, 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 #55D8D4 is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 85 216 212 -
CMYK 0.61 0 0.02 0.15
HSL 178.17º 0.63% 0.59% -
HSV(B) 178.17º 0.61% 0.85% -
XYZ 40.19 55.8 70.94 -
YUV 176.38 148.1 62.83 -
System Red Green Blue C M Y K H S L
Decimal 85 216 212 0.61 0 0.02 0.15 178.17 0.63 0.59
Hex 55 D8 D4 3D 0 2 F B2 3F 3B
Octal 125 330 324 75 0 2 17 262 77 73
Binary 1010101 11011000 11010100 111101 0 10 1111 10110010 111111 111011

Color Harmonies of #55D8D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D8D4

Black with #55D8D4

Text Example


Text Example

White with #55D8D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,216,212); }

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

background-color css

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

 a { background-color: rgb(85,216,212); }

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

border-color css

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

 span { border-color: rgb(85,216,212); }

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