Html Css Color HEX #53F2C0 Turquoise

📋 copy color: '#53F2C0'

red 83 ◦ green 242 ◦ blue 192

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

Shades of Turquoise #53F2C0

Tints of Turquoise #53F2C0

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.81%

 BLUE value IS 192 (75.39% from 255) = 37.14%

R = 16.05%
G = 46.81%
B = 37.14%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#53F2C0 (or 0x53F2C0) is known color: Turquoise. HEX triplet: 53, F2 and C0. RGB value is (83,242,192). Sum of RGB (Red+Green+Blue) = 83+242+192=517 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.05% from 517); Green value is 242 (94.92% from 255 or 46.81% from 517); Blue value is 192 (75.39% from 255 or 37.14% from 517); Max value from RGB is 242 - color contains mainly: green. Hex color #53F2C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53F2C0 is #AC0D3F. Grayscale: #BCBCBC. Windows color (decimal): -11275584 or 12644947. OLE color: 12644947.

HSL color Cylindrical-coordinate representation of color #53F2C0: hue angle of 161.13º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53F2C0 is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 83 242 192 -
CMYK 0.66 0 0.21 0.05
HSL 161.13º 0.86% 0.64% -
HSV(B) 161.13º 0.66% 0.95% -
XYZ 44.83 69.15 60.85 -
YUV 188.76 129.82 52.57 -
System Red Green Blue C M Y K H S L
Decimal 83 242 192 0.66 0 0.21 0.05 161.13 0.86 0.64
Hex 53 F2 C0 42 0 15 5 A1 56 40
Octal 123 362 300 102 0 25 5 241 126 100
Binary 1010011 11110010 11000000 1000010 0 10101 101 10100001 1010110 1000000

Color Harmonies of #53F2C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F2C0

Black with #53F2C0

Text Example


Text Example

White with #53F2C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,242,192); }

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

background-color css

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

 a { background-color: rgb(83,242,192); }

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

border-color css

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

 span { border-color: rgb(83,242,192); }

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