Html Css Color HEX #55C5CA Medium Turquoise

📋 copy color: '#55C5CA'

red 85 ◦ green 197 ◦ blue 202

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

Shades of Medium Turquoise #55C5CA

Tints of Medium Turquoise #55C5CA

RGB

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

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

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

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

CMYK

 C value IS 0.58

 M value IS 0.02

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #55C5CA: hue angle of 182.56º 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 #55C5CA is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 85 197 202 -
CMYK 0.58 0.02 0 0.21
HSL 182.56º 0.52% 0.56% -
HSV(B) 182.56º 0.58% 0.79% -
XYZ 34.37 46.13 62.97 -
YUV 164.08 149.39 71.59 -
System Red Green Blue C M Y K H S L
Decimal 85 197 202 0.58 0.02 0 0.21 182.56 0.52 0.56
Hex 55 C5 CA 3A 2 0 15 B7 34 38
Octal 125 305 312 72 2 0 25 267 64 70
Binary 1010101 11000101 11001010 111010 10 0 10101 10110111 110100 111000

Color Harmonies of #55C5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C5CA

Black with #55C5CA

Text Example


Text Example

White with #55C5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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