Html Css Color HEX #53C7CE Medium Turquoise

📋 copy color: '#53C7CE'

red 83 ◦ green 199 ◦ blue 206

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

Shades of Medium Turquoise #53C7CE

Tints of Medium Turquoise #53C7CE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.78%

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

R = 17.01%
G = 40.78%
B = 42.21%

CMYK

 C value IS 0.60

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#53C7CE (or 0x53C7CE) is known color: Medium Turquoise. HEX triplet: 53, C7 and CE. RGB value is (83,199,206). Sum of RGB (Red+Green+Blue) = 83+199+206=488 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.01% from 488); Green value is 199 (78.12% from 255 or 40.78% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #53C7CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C7CE is #AC3831. Grayscale: #A4A4A4. Windows color (decimal): -11286578 or 13551443. OLE color: 13551443.

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

Color convert

RGB 83 199 206 -
CMYK 0.60 0.03 0 0.19
HSL 183.41º 0.56% 0.57% -
HSV(B) 183.41º 0.6% 0.81% -
XYZ 35.13 47.14 65.64 -
YUV 165.11 151.07 69.43 -
System Red Green Blue C M Y K H S L
Decimal 83 199 206 0.60 0.03 0 0.19 183.41 0.56 0.57
Hex 53 C7 CE 3C 3 0 13 B7 38 39
Octal 123 307 316 74 3 0 23 267 70 71
Binary 1010011 11000111 11001110 111100 11 0 10011 10110111 111000 111001

Color Harmonies of #53C7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C7CE

Black with #53C7CE

Text Example


Text Example

White with #53C7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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