Html Css Color HEX #53EFC0 Turquoise

📋 copy color: '#53EFC0'

red 83 ◦ green 239 ◦ blue 192

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

Shades of Turquoise #53EFC0

Tints of Turquoise #53EFC0

RGB

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

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

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

R = 16.15%
G = 46.5%
B = 37.35%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#53EFC0 (or 0x53EFC0) is known color: Turquoise. HEX triplet: 53, EF and C0. RGB value is (83,239,192). Sum of RGB (Red+Green+Blue) = 83+239+192=514 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.15% from 514); Green value is 239 (93.75% from 255 or 46.50% from 514); Blue value is 192 (75.39% from 255 or 37.35% from 514); Max value from RGB is 239 - color contains mainly: green. Hex color #53EFC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53EFC0 is #AC103F. Grayscale: #BBBBBB. Windows color (decimal): -11276352 or 12644179. OLE color: 12644179.

HSL color Cylindrical-coordinate representation of color #53EFC0: hue angle of 161.92º 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 #53EFC0 is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 83 239 192 -
CMYK 0.65 0 0.20 0.06
HSL 161.92º 0.83% 0.63% -
HSV(B) 161.92º 0.65% 0.94% -
XYZ 43.95 67.38 60.56 -
YUV 187 130.82 53.82 -
System Red Green Blue C M Y K H S L
Decimal 83 239 192 0.65 0 0.20 0.06 161.92 0.83 0.63
Hex 53 EF C0 41 0 14 6 A2 53 3F
Octal 123 357 300 101 0 24 6 242 123 77
Binary 1010011 11101111 11000000 1000001 0 10100 110 10100010 1010011 111111

Color Harmonies of #53EFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53EFC0

Black with #53EFC0

Text Example


Text Example

White with #53EFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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