Html Css Color HEX #53C2BF Medium Turquoise

📋 copy color: '#53C2BF'

red 83 ◦ green 194 ◦ blue 191

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

Shades of Medium Turquoise #53C2BF

Tints of Medium Turquoise #53C2BF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.45%

 BLUE value IS 191 (75% from 255) = 40.81%

R = 17.74%
G = 41.45%
B = 40.81%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#53C2BF (or 0x53C2BF) is known color: Medium Turquoise. HEX triplet: 53, C2 and BF. RGB value is (83,194,191). Sum of RGB (Red+Green+Blue) = 83+194+191=468 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.74% from 468); Green value is 194 (76.17% from 255 or 41.45% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 194 - color contains mainly: green. Hex color #53C2BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C2BF is #AC3D40. Grayscale: #A0A0A0. Windows color (decimal): -11287873 or 12567123. OLE color: 12567123.

HSL color Cylindrical-coordinate representation of color #53C2BF: hue angle of 178.38º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C2BF is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 83 194 191 -
CMYK 0.57 0 0.02 0.24
HSL 178.38º 0.48% 0.54% -
HSV(B) 178.38º 0.57% 0.76% -
XYZ 32.26 44.18 56.12 -
YUV 160.47 145.23 72.74 -
System Red Green Blue C M Y K H S L
Decimal 83 194 191 0.57 0 0.02 0.24 178.38 0.48 0.54
Hex 53 C2 BF 39 0 2 18 B2 30 36
Octal 123 302 277 71 0 2 30 262 60 66
Binary 1010011 11000010 10111111 111001 0 10 11000 10110010 110000 110110

Color Harmonies of #53C2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C2BF

Black with #53C2BF

Text Example


Text Example

White with #53C2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,194,191); }

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

background-color css

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

 a { background-color: rgb(83,194,191); }

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

border-color css

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

 span { border-color: rgb(83,194,191); }

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