Html Css Color HEX #55DAC5 Medium Turquoise

📋 copy color: '#55DAC5'

red 85 ◦ green 218 ◦ blue 197

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

Shades of Medium Turquoise #55DAC5

Tints of Medium Turquoise #55DAC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 39.4%

R = 17%
G = 43.6%
B = 39.4%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#55DAC5 (or 0x55DAC5) is known color: Medium Turquoise. HEX triplet: 55, DA and C5. RGB value is (85,218,197). Sum of RGB (Red+Green+Blue) = 85+218+197=500 (66% of max value = 765). Red value is 85 (33.59% from 255 or 17% from 500); Green value is 218 (85.55% from 255 or 43.6% from 500); Blue value is 197 (77.34% from 255 or 39.4% from 500); Max value from RGB is 218 - color contains mainly: green. Hex color #55DAC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DAC5 is #AA253A. Grayscale: #AFAFAF. Windows color (decimal): -11150651 or 12966485. OLE color: 12966485.

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

Color convert

RGB 85 218 197 -
CMYK 0.61 0 0.10 0.15
HSL 170.53º 0.64% 0.59% -
HSV(B) 170.53º 0.61% 0.85% -
XYZ 38.9 56.11 61.6 -
YUV 175.84 139.94 63.21 -
System Red Green Blue C M Y K H S L
Decimal 85 218 197 0.61 0 0.10 0.15 170.53 0.64 0.59
Hex 55 DA C5 3D 0 A F AB 40 3B
Octal 125 332 305 75 0 12 17 253 100 73
Binary 1010101 11011010 11000101 111101 0 1010 1111 10101011 1000000 111011

Color Harmonies of #55DAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DAC5

Black with #55DAC5

Text Example


Text Example

White with #55DAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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