Html Css Color HEX #53D1CF Medium Turquoise

📋 copy color: '#53D1CF'

red 83 ◦ green 209 ◦ blue 207

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

Shades of Medium Turquoise #53D1CF

Tints of Medium Turquoise #53D1CF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.88%

 BLUE value IS 207 (81.25% from 255) = 41.48%

R = 16.63%
G = 41.88%
B = 41.48%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#53D1CF (or 0x53D1CF) is known color: Medium Turquoise. HEX triplet: 53, D1 and CF. RGB value is (83,209,207). Sum of RGB (Red+Green+Blue) = 83+209+207=499 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.63% from 499); Green value is 209 (82.03% from 255 or 41.88% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 209 - color contains mainly: green. Hex color #53D1CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53D1CF is #AC2E30. Grayscale: #AAAAAA. Windows color (decimal): -11284017 or 13619539. OLE color: 13619539.

HSL color Cylindrical-coordinate representation of color #53D1CF: hue angle of 179.05º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53D1CF is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 83 209 207 -
CMYK 0.60 0 0.01 0.18
HSL 179.05º 0.58% 0.57% -
HSV(B) 179.05º 0.6% 0.82% -
XYZ 37.63 51.94 67.07 -
YUV 171.1 148.26 65.16 -
System Red Green Blue C M Y K H S L
Decimal 83 209 207 0.60 0 0.01 0.18 179.05 0.58 0.57
Hex 53 D1 CF 3C 0 1 12 B3 3A 39
Octal 123 321 317 74 0 1 22 263 72 71
Binary 1010011 11010001 11001111 111100 0 1 10010 10110011 111010 111001

Color Harmonies of #53D1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D1CF

Black with #53D1CF

Text Example


Text Example

White with #53D1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,209,207); }

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

background-color css

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

 a { background-color: rgb(83,209,207); }

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

border-color css

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

 span { border-color: rgb(83,209,207); }

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