Html Css Color HEX #53EFDC Turquoise

📋 copy color: '#53EFDC'

red 83 ◦ green 239 ◦ blue 220

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

Shades of Turquoise #53EFDC

Tints of Turquoise #53EFDC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.1%

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

R = 15.31%
G = 44.1%
B = 40.59%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#53EFDC (or 0x53EFDC) is known color: Turquoise. HEX triplet: 53, EF and DC. RGB value is (83,239,220). Sum of RGB (Red+Green+Blue) = 83+239+220=542 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.31% from 542); Green value is 239 (93.75% from 255 or 44.10% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 239 - color contains mainly: green. Hex color #53EFDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53EFDC is #AC1023. Grayscale: #BEBEBE. Windows color (decimal): -11276324 or 14479187. OLE color: 14479187.

HSL color Cylindrical-coordinate representation of color #53EFDC: hue angle of 172.69º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53EFDC is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 83 239 220 -
CMYK 0.65 0 0.08 0.06
HSL 172.69º 0.83% 0.63% -
HSV(B) 172.69º 0.65% 0.94% -
XYZ 47.35 68.74 78.48 -
YUV 190.19 144.82 51.54 -
System Red Green Blue C M Y K H S L
Decimal 83 239 220 0.65 0 0.08 0.06 172.69 0.83 0.63
Hex 53 EF DC 41 0 8 6 AD 53 3F
Octal 123 357 334 101 0 10 6 255 123 77
Binary 1010011 11101111 11011100 1000001 0 1000 110 10101101 1010011 111111

Color Harmonies of #53EFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53EFDC

Black with #53EFDC

Text Example


Text Example

White with #53EFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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