#53CBD3

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

Shades of Medium Turquoise #53CBD3

Tints of Medium Turquoise #53CBD3

Color information

#53CBD3 (or 0x53CBD3) is unknown color: approx Medium Turquoise. HEX triplet: 53, CB and D3. RGB value is (83,203,211). Sum of RGB (Red+Green+Blue) = 83+203+211=497 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.70% from 497); Green value is 203 (79.69% from 255 or 40.85% from 497); Blue value is 211 (82.81% from 255 or 42.45% from 497); Max value from RGB is 211 - color contains mainly: blue. Hex color #53CBD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CBD3 is #AC342C. Grayscale: #A7A7A7. Windows color (decimal): -11285549 or 13880147. OLE color: 13880147.

HSL color Cylindrical-coordinate representation of color #53CBD3: hue angle of 183.75º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53CBD3 is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB83203211-
CMYK0.610.0400.17
HSL183.75º59.26%57.65%-
HSV(B)183.75º60.66%82.75%-
XYZ36.6849.2569.2-
YUV168.03152.2467.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.70%
GREEN value IS 203 (79.69% from 255) = 40.85%
BLUE value IS 211 (82.81% from 255) = 42.45%
R=16.70%
G=40.85%
B=42.45%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal832032110.610.0400.17183.7559.2657.65
Hex53CBD33D4011b83b3a
Octal1233133237540212707372
Binary1010011110010111101001111110110001000110111000111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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