Html Css Color HEX #53D6C6 Medium Turquoise

📋 copy color: '#53D6C6'

red 83 ◦ green 214 ◦ blue 198

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

Shades of Medium Turquoise #53D6C6

Tints of Medium Turquoise #53D6C6

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.23%

 BLUE value IS 198 (77.73% from 255) = 40%

R = 16.77%
G = 43.23%
B = 40%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#53D6C6 (or 0x53D6C6) is known color: Medium Turquoise. HEX triplet: 53, D6 and C6. RGB value is (83,214,198). Sum of RGB (Red+Green+Blue) = 83+214+198=495 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.77% from 495); Green value is 214 (83.98% from 255 or 43.23% from 495); Blue value is 198 (77.73% from 255 or 40% from 495); Max value from RGB is 214 - color contains mainly: green. Hex color #53D6C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53D6C6 is #AC2939. Grayscale: #ACACAC. Windows color (decimal): -11282746 or 13030995. OLE color: 13030995.

HSL color Cylindrical-coordinate representation of color #53D6C6: hue angle of 172.67º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53D6C6 is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 83 214 198 -
CMYK 0.61 0 0.07 0.16
HSL 172.67º 0.62% 0.58% -
HSV(B) 172.67º 0.61% 0.84% -
XYZ 37.81 54.01 61.86 -
YUV 173.01 142.1 63.8 -
System Red Green Blue C M Y K H S L
Decimal 83 214 198 0.61 0 0.07 0.16 172.67 0.62 0.58
Hex 53 D6 C6 3D 0 7 10 AD 3E 3A
Octal 123 326 306 75 0 7 20 255 76 72
Binary 1010011 11010110 11000110 111101 0 111 10000 10101101 111110 111010

Color Harmonies of #53D6C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D6C6

Black with #53D6C6

Text Example


Text Example

White with #53D6C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,214,198); }

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

background-color css

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

 a { background-color: rgb(83,214,198); }

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

border-color css

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

 span { border-color: rgb(83,214,198); }

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