Html Css Color HEX #55CACB Medium Turquoise

📋 copy color: '#55CACB'

red 85 ◦ green 202 ◦ blue 203

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

Shades of Medium Turquoise #55CACB

Tints of Medium Turquoise #55CACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.43%

R = 17.35%
G = 41.22%
B = 41.43%

CMYK

 C value IS 0.58

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#55CACB (or 0x55CACB) is known color: Medium Turquoise. HEX triplet: 55, CA and CB. RGB value is (85,202,203). Sum of RGB (Red+Green+Blue) = 85+202+203=490 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.35% from 490); Green value is 202 (79.30% from 255 or 41.22% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #55CACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CACB is #AA3534. Grayscale: #A7A7A7. Windows color (decimal): -11154741 or 13355605. OLE color: 13355605.

HSL color Cylindrical-coordinate representation of color #55CACB: hue angle of 180.51º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CACB is Cyan = 0.58, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 202 203 -
CMYK 0.58 0.00 0 0.20
HSL 180.51º 0.53% 0.56% -
HSV(B) 180.51º 0.58% 0.8% -
XYZ 35.65 48.48 63.98 -
YUV 167.13 148.24 69.42 -
System Red Green Blue C M Y K H S L
Decimal 85 202 203 0.58 0.00 0 0.20 180.51 0.53 0.56
Hex 55 CA CB 3A 0 0 14 B5 35 38
Octal 125 312 313 72 0 0 24 265 65 70
Binary 1010101 11001010 11001011 111010 0 0 10100 10110101 110101 111000

Color Harmonies of #55CACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CACB

Black with #55CACB

Text Example


Text Example

White with #55CACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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