Html Css Color HEX #53EFC3 Turquoise

📋 copy color: '#53EFC3'

red 83 ◦ green 239 ◦ blue 195

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

Shades of Turquoise #53EFC3

Tints of Turquoise #53EFC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.72%

R = 16.05%
G = 46.23%
B = 37.72%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#53EFC3 (or 0x53EFC3) is known color: Turquoise. HEX triplet: 53, EF and C3. RGB value is (83,239,195). Sum of RGB (Red+Green+Blue) = 83+239+195=517 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.05% from 517); Green value is 239 (93.75% from 255 or 46.23% from 517); Blue value is 195 (76.56% from 255 or 37.72% from 517); Max value from RGB is 239 - color contains mainly: green. Hex color #53EFC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53EFC3 is #AC103C. Grayscale: #BBBBBB. Windows color (decimal): -11276349 or 12840787. OLE color: 12840787.

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

Color convert

RGB 83 239 195 -
CMYK 0.65 0 0.18 0.06
HSL 163.08º 0.83% 0.63% -
HSV(B) 163.08º 0.65% 0.94% -
XYZ 44.28 67.51 62.33 -
YUV 187.34 132.32 53.58 -
System Red Green Blue C M Y K H S L
Decimal 83 239 195 0.65 0 0.18 0.06 163.08 0.83 0.63
Hex 53 EF C3 41 0 12 6 A3 53 3F
Octal 123 357 303 101 0 22 6 243 123 77
Binary 1010011 11101111 11000011 1000001 0 10010 110 10100011 1010011 111111

Color Harmonies of #53EFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53EFC3

Black with #53EFC3

Text Example


Text Example

White with #53EFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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