#53CBBE

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

Shades of Medium Turquoise #53CBBE

Tints of Medium Turquoise #53CBBE

Color information

#53CBBE (or 0x53CBBE) is unknown color: approx Medium Turquoise. HEX triplet: 53, CB and BE. RGB value is (83,203,190). Sum of RGB (Red+Green+Blue) = 83+203+190=476 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.44% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 203 - color contains mainly: green. Hex color #53CBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CBBE is #AC3441. Grayscale: #A5A5A5. Windows color (decimal): -11285570 or 12503891. OLE color: 12503891.

HSL color Cylindrical-coordinate representation of color #53CBBE: hue angle of 173.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 #53CBBE is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB83203190-
CMYK0.5900.060.20
HSL173.5º53.57%56.08%-
HSV(B)173.5º59.11%79.61%-
XYZ34.2248.2756.23-
YUV165.64141.7469.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.44%
GREEN value IS 203 (79.69% from 255) = 42.65%
BLUE value IS 190 (74.61% from 255) = 39.92%
R=17.44%
G=42.65%
B=39.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal832031900.5900.060.20173.553.5756.08
Hex53CBBE3B0614ae3638
Octal1233132767306242566670
Binary1010011110010111011111011101101101010010101110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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