Html Css Color HEX #53C3CE Medium Turquoise

📋 copy color: '#53C3CE'

red 83 ◦ green 195 ◦ blue 206

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

Shades of Medium Turquoise #53C3CE

Tints of Medium Turquoise #53C3CE

RGB

 RED value IS 83 (32.81% from 255) = 17.15%

 GREEN value IS 195 (76.56% from 255) = 40.29%

 BLUE value IS 206 (80.86% from 255) = 42.56%

R = 17.15%
G = 40.29%
B = 42.56%

CMYK

 C value IS 0.60

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#53C3CE (or 0x53C3CE) is known color: Medium Turquoise. HEX triplet: 53, C3 and CE. RGB value is (83,195,206). Sum of RGB (Red+Green+Blue) = 83+195+206=484 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.15% from 484); Green value is 195 (76.56% from 255 or 40.29% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #53C3CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C3CE is #AC3C31. Grayscale: #A2A2A2. Windows color (decimal): -11287602 or 13550419. OLE color: 13550419.

HSL color Cylindrical-coordinate representation of color #53C3CE: hue angle of 185.37º 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 #53C3CE is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 195 206 -
CMYK 0.60 0.05 0 0.19
HSL 185.37º 0.56% 0.57% -
HSV(B) 185.37º 0.6% 0.81% -
XYZ 34.22 45.33 65.34 -
YUV 162.77 152.39 71.11 -
System Red Green Blue C M Y K H S L
Decimal 83 195 206 0.60 0.05 0 0.19 185.37 0.56 0.57
Hex 53 C3 CE 3C 5 0 13 B9 38 39
Octal 123 303 316 74 5 0 23 271 70 71
Binary 1010011 11000011 11001110 111100 101 0 10011 10111001 111000 111001

Color Harmonies of #53C3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C3CE

Black with #53C3CE

Text Example


Text Example

White with #53C3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53C3CE;
 }
 .AnyTagClassName
 {
   color: #53C3CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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