#53CBBC

Color #53CBBC Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #53CBBC

Tints of Medium Turquoise #53CBBC

Color information

#53CBBC (or 0x53CBBC) is unknown color: approx Medium Turquoise. HEX triplet: 53, CB and BC. RGB value is (83,203,188). Sum of RGB (Red+Green+Blue) = 83+203+188=474 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.51% from 474); Green value is 203 (79.69% from 255 or 42.83% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 203 - color contains mainly: green. Hex color #53CBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CBBC is #AC3443. Grayscale: #A5A5A5. Windows color (decimal): -11285572 or 12372819. OLE color: 12372819.

HSL color Cylindrical-coordinate representation of color #53CBBC: hue angle of 172.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53CBBC is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB83203188-
CMYK0.5900.070.20
HSL172.5º53.57%56.08%-
HSV(B)172.5º59.11%79.61%-
XYZ3448.1855.08-
YUV165.41140.7469.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.51%
GREEN value IS 203 (79.69% from 255) = 42.83%
BLUE value IS 188 (73.83% from 255) = 39.66%
R=17.51%
G=42.83%
B=39.66%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal832031880.5900.070.20172.553.5756.08
Hex53CBBC3B0714ac3638
Octal1233132747307242546670
Binary1010011110010111011110011101101111010010101100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53CBBC; }

 p { color: rgb(83,203,188); }

 H1.HeaderClassName
 {
   color: #53CBBC;
 }
 .AnyTagClassName
 {
   color: #53CBBC;
 }
</style>
background-color css

<style>
 a { background-color: #53CBBC; }

 a { background-color: rgb(83,203,188); }

 div.DivClassName
 {
   background-color: #53CBBC;
 }
 .BgClassName
 {
   background-color: #53CBBC;
 }
</style>
border-color css

<style>
 span { border-color: #53CBBC; }

 span { border-color: rgb(83,203,188); }

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