Html Css Color HEX #53D0CF Medium Turquoise

📋 copy color: '#53D0CF'

red 83 ◦ green 208 ◦ blue 207

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

Shades of Medium Turquoise #53D0CF

Tints of Medium Turquoise #53D0CF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.77%

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

R = 16.67%
G = 41.77%
B = 41.57%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#53D0CF (or 0x53D0CF) is known color: Medium Turquoise. HEX triplet: 53, D0 and CF. RGB value is (83,208,207). Sum of RGB (Red+Green+Blue) = 83+208+207=498 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.67% from 498); Green value is 208 (81.64% from 255 or 41.77% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 208 - color contains mainly: green. Hex color #53D0CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53D0CF is #AC2F30. Grayscale: #AAAAAA. Windows color (decimal): -11284273 or 13619283. OLE color: 13619283.

HSL color Cylindrical-coordinate representation of color #53D0CF: hue angle of 179.52º degrees, saturation: 0.57, 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 #53D0CF is Cyan = 0.60, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 83 208 207 -
CMYK 0.60 0 0.00 0.18
HSL 179.52º 0.57% 0.57% -
HSV(B) 179.52º 0.6% 0.82% -
XYZ 37.39 51.46 66.99 -
YUV 170.51 148.59 65.58 -
System Red Green Blue C M Y K H S L
Decimal 83 208 207 0.60 0 0.00 0.18 179.52 0.57 0.57
Hex 53 D0 CF 3C 0 0 12 B4 39 39
Octal 123 320 317 74 0 0 22 264 71 71
Binary 1010011 11010000 11001111 111100 0 0 10010 10110100 111001 111001

Color Harmonies of #53D0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D0CF

Black with #53D0CF

Text Example


Text Example

White with #53D0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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