#53CDCE

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

Shades of Medium Turquoise #53CDCE

Tints of Medium Turquoise #53CDCE

Color information

#53CDCE (or 0x53CDCE) is unknown color: approx Medium Turquoise. HEX triplet: 53, CD and CE. RGB value is (83,205,206). Sum of RGB (Red+Green+Blue) = 83+205+206=494 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.80% from 494); Green value is 205 (80.47% from 255 or 41.50% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #53CDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CDCE is #AC3231. Grayscale: #A8A8A8. Windows color (decimal): -11285042 or 13552979. OLE color: 13552979.

HSL color Cylindrical-coordinate representation of color #53CDCE: hue angle of 180.49º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53CDCE is Cyan = 0.60, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB83205206-
CMYK0.600.0000.19
HSL180.49º55.66%56.67%-
HSV(B)180.49º59.71%80.78%-
XYZ36.5449.9666.11-
YUV168.64149.0866.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.80%
GREEN value IS 205 (80.47% from 255) = 41.50%
BLUE value IS 206 (80.86% from 255) = 41.70%
R=16.80%
G=41.50%
B=41.70%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal832052060.600.0000.19180.4955.6656.67
Hex53CDCE3C0013b43839
Octal1233153167400232647071
Binary10100111100110111001110111100001001110110100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,205,206); }

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

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

 a { background-color: rgb(83,205,206); }

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

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

 span { border-color: rgb(83,205,206); }

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