Html Css Color HEX #55CABC Medium Turquoise

📋 copy color: '#55CABC'

red 85 ◦ green 202 ◦ blue 188

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

Shades of Medium Turquoise #55CABC

Tints of Medium Turquoise #55CABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.58%

R = 17.89%
G = 42.53%
B = 39.58%

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

#55CABC (or 0x55CABC) is known color: Medium Turquoise. HEX triplet: 55, CA and BC. RGB value is (85,202,188). Sum of RGB (Red+Green+Blue) = 85+202+188=475 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.89% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 202 - color contains mainly: green. Hex color #55CABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CABC is #AA3543. Grayscale: #A5A5A5. Windows color (decimal): -11154756 or 12372565. OLE color: 12372565.

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

Color convert

RGB 85 202 188 -
CMYK 0.58 0 0.07 0.21
HSL 172.82º 0.52% 0.56% -
HSV(B) 172.82º 0.58% 0.79% -
XYZ 33.94 47.8 55.01 -
YUV 165.42 140.74 70.64 -
System Red Green Blue C M Y K H S L
Decimal 85 202 188 0.58 0 0.07 0.21 172.82 0.52 0.56
Hex 55 CA BC 3A 0 7 15 AD 34 38
Octal 125 312 274 72 0 7 25 255 64 70
Binary 1010101 11001010 10111100 111010 0 111 10101 10101101 110100 111000

Color Harmonies of #55CABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CABC

Black with #55CABC

Text Example


Text Example

White with #55CABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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