Html Css Color HEX #55CAC5 Medium Turquoise

📋 copy color: '#55CAC5'

red 85 ◦ green 202 ◦ blue 197

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

Shades of Medium Turquoise #55CAC5

Tints of Medium Turquoise #55CAC5

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.74%

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

R = 17.56%
G = 41.74%
B = 40.7%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#55CAC5 (or 0x55CAC5) is known color: Medium Turquoise. HEX triplet: 55, CA and C5. RGB value is (85,202,197). Sum of RGB (Red+Green+Blue) = 85+202+197=484 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.56% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 197 (77.34% from 255 or 40.70% from 484); Max value from RGB is 202 - color contains mainly: green. Hex color #55CAC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CAC5 is #AA353A. Grayscale: #A6A6A6. Windows color (decimal): -11154747 or 12962389. OLE color: 12962389.

HSL color Cylindrical-coordinate representation of color #55CAC5: hue angle of 177.44º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CAC5 is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 85 202 197 -
CMYK 0.58 0 0.02 0.21
HSL 177.44º 0.52% 0.56% -
HSV(B) 177.44º 0.58% 0.79% -
XYZ 34.94 48.2 60.29 -
YUV 166.45 145.24 69.91 -
System Red Green Blue C M Y K H S L
Decimal 85 202 197 0.58 0 0.02 0.21 177.44 0.52 0.56
Hex 55 CA C5 3A 0 2 15 B1 34 38
Octal 125 312 305 72 0 2 25 261 64 70
Binary 1010101 11001010 11000101 111010 0 10 10101 10110001 110100 111000

Color Harmonies of #55CAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CAC5

Black with #55CAC5

Text Example


Text Example

White with #55CAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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