Html Css Color HEX #53F2DC Turquoise

📋 copy color: '#53F2DC'

red 83 ◦ green 242 ◦ blue 220

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

Shades of Turquoise #53F2DC

Tints of Turquoise #53F2DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.37%

R = 15.23%
G = 44.4%
B = 40.37%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#53F2DC (or 0x53F2DC) is known color: Turquoise. HEX triplet: 53, F2 and DC. RGB value is (83,242,220). Sum of RGB (Red+Green+Blue) = 83+242+220=545 (72% of max value = 765). Red value is 83 (32.81% from 255 or 15.23% from 545); Green value is 242 (94.92% from 255 or 44.40% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 242 - color contains mainly: green. Hex color #53F2DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53F2DC is #AC0D23. Grayscale: #BFBFBF. Windows color (decimal): -11275556 or 14479955. OLE color: 14479955.

HSL color Cylindrical-coordinate representation of color #53F2DC: hue angle of 171.7º 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 #53F2DC is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 83 242 220 -
CMYK 0.66 0 0.09 0.05
HSL 171.7º 0.86% 0.64% -
HSV(B) 171.7º 0.66% 0.95% -
XYZ 48.24 70.51 78.78 -
YUV 191.95 143.82 50.29 -
System Red Green Blue C M Y K H S L
Decimal 83 242 220 0.66 0 0.09 0.05 171.7 0.86 0.64
Hex 53 F2 DC 42 0 9 5 AC 56 40
Octal 123 362 334 102 0 11 5 254 126 100
Binary 1010011 11110010 11011100 1000010 0 1001 101 10101100 1010110 1000000

Color Harmonies of #53F2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F2DC

Black with #53F2DC

Text Example


Text Example

White with #53F2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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