Html Css Color HEX #55CABB Medium Turquoise

📋 copy color: '#55CABB'

red 85 ◦ green 202 ◦ blue 187

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

Shades of Medium Turquoise #55CABB

Tints of Medium Turquoise #55CABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.45%

R = 17.93%
G = 42.62%
B = 39.45%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#55CABB (or 0x55CABB) is known color: Medium Turquoise. HEX triplet: 55, CA and BB. RGB value is (85,202,187). Sum of RGB (Red+Green+Blue) = 85+202+187=474 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.93% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 202 - color contains mainly: green. Hex color #55CABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CABB is #AA3544. Grayscale: #A5A5A5. Windows color (decimal): -11154757 or 12307029. OLE color: 12307029.

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

Color convert

RGB 85 202 187 -
CMYK 0.58 0 0.07 0.21
HSL 172.31º 0.52% 0.56% -
HSV(B) 172.31º 0.58% 0.79% -
XYZ 33.84 47.76 54.45 -
YUV 165.31 140.24 70.72 -
System Red Green Blue C M Y K H S L
Decimal 85 202 187 0.58 0 0.07 0.21 172.31 0.52 0.56
Hex 55 CA BB 3A 0 7 15 AC 34 38
Octal 125 312 273 72 0 7 25 254 64 70
Binary 1010101 11001010 10111011 111010 0 111 10101 10101100 110100 111000

Color Harmonies of #55CABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CABB

Black with #55CABB

Text Example


Text Example

White with #55CABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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