Html Css Color HEX #53C3CF Medium Turquoise

📋 copy color: '#53C3CF'

red 83 ◦ green 195 ◦ blue 207

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

Shades of Medium Turquoise #53C3CF

Tints of Medium Turquoise #53C3CF

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.21%

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

R = 17.11%
G = 40.21%
B = 42.68%

CMYK

 C value IS 0.60

 M value IS 0.06

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#53C3CF (or 0x53C3CF) is known color: Medium Turquoise. HEX triplet: 53, C3 and CF. RGB value is (83,195,207). Sum of RGB (Red+Green+Blue) = 83+195+207=485 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.11% from 485); Green value is 195 (76.56% from 255 or 40.21% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #53C3CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C3CF is #AC3C30. Grayscale: #A2A2A2. Windows color (decimal): -11287601 or 13615955. OLE color: 13615955.

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

Color convert

RGB 83 195 207 -
CMYK 0.60 0.06 0 0.19
HSL 185.81º 0.56% 0.57% -
HSV(B) 185.81º 0.6% 0.81% -
XYZ 34.34 45.37 65.98 -
YUV 162.88 152.89 71.02 -
System Red Green Blue C M Y K H S L
Decimal 83 195 207 0.60 0.06 0 0.19 185.81 0.56 0.57
Hex 53 C3 CF 3C 6 0 13 BA 38 39
Octal 123 303 317 74 6 0 23 272 70 71
Binary 1010011 11000011 11001111 111100 110 0 10011 10111010 111000 111001

Color Harmonies of #53C3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C3CF

Black with #53C3CF

Text Example


Text Example

White with #53C3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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