Html Css Color HEX #53C4CE Medium Turquoise

📋 copy color: '#53C4CE'

red 83 ◦ green 196 ◦ blue 206

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

Shades of Medium Turquoise #53C4CE

Tints of Medium Turquoise #53C4CE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.41%

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

R = 17.11%
G = 40.41%
B = 42.47%

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

#53C4CE (or 0x53C4CE) is known color: Medium Turquoise. HEX triplet: 53, C4 and CE. RGB value is (83,196,206). Sum of RGB (Red+Green+Blue) = 83+196+206=485 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.11% from 485); Green value is 196 (76.95% from 255 or 40.41% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #53C4CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C4CE is #AC3B31. Grayscale: #A3A3A3. Windows color (decimal): -11287346 or 13550675. OLE color: 13550675.

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

Color convert

RGB 83 196 206 -
CMYK 0.60 0.05 0 0.19
HSL 184.88º 0.56% 0.57% -
HSV(B) 184.88º 0.6% 0.81% -
XYZ 34.45 45.78 65.41 -
YUV 163.35 152.06 70.69 -
System Red Green Blue C M Y K H S L
Decimal 83 196 206 0.60 0.05 0 0.19 184.88 0.56 0.57
Hex 53 C4 CE 3C 5 0 13 B9 38 39
Octal 123 304 316 74 5 0 23 271 70 71
Binary 1010011 11000100 11001110 111100 101 0 10011 10111001 111000 111001

Color Harmonies of #53C4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C4CE

Black with #53C4CE

Text Example


Text Example

White with #53C4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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