Html Css Color HEX #53F1DC Turquoise

📋 copy color: '#53F1DC'

red 83 ◦ green 241 ◦ blue 220

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

Shades of Turquoise #53F1DC

Tints of Turquoise #53F1DC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.3%

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

R = 15.26%
G = 44.3%
B = 40.44%

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

#53F1DC (or 0x53F1DC) is known color: Turquoise. HEX triplet: 53, F1 and DC. RGB value is (83,241,220). Sum of RGB (Red+Green+Blue) = 83+241+220=544 (72% of max value = 765). Red value is 83 (32.81% from 255 or 15.26% from 544); Green value is 241 (94.53% from 255 or 44.30% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 241 - color contains mainly: green. Hex color #53F1DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53F1DC is #AC0E23. Grayscale: #BFBFBF. Windows color (decimal): -11275812 or 14479699. OLE color: 14479699.

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

Color convert

RGB 83 241 220 -
CMYK 0.66 0 0.09 0.05
HSL 172.03º 0.85% 0.64% -
HSV(B) 172.03º 0.66% 0.95% -
XYZ 47.94 69.92 78.68 -
YUV 191.36 144.15 50.71 -
System Red Green Blue C M Y K H S L
Decimal 83 241 220 0.66 0 0.09 0.05 172.03 0.85 0.64
Hex 53 F1 DC 42 0 9 5 AC 55 40
Octal 123 361 334 102 0 11 5 254 125 100
Binary 1010011 11110001 11011100 1000010 0 1001 101 10101100 1010101 1000000

Color Harmonies of #53F1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F1DC

Black with #53F1DC

Text Example


Text Example

White with #53F1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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