Html Css Color HEX #53F6C2 Turquoise

📋 copy color: '#53F6C2'

red 83 ◦ green 246 ◦ blue 194

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

Shades of Turquoise #53F6C2

Tints of Turquoise #53F6C2

RGB

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

 GREEN value IS 246 (96.48% from 255) = 47.04%

 BLUE value IS 194 (76.17% from 255) = 37.09%

R = 15.87%
G = 47.04%
B = 37.09%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#53F6C2 (or 0x53F6C2) is known color: Turquoise. HEX triplet: 53, F6 and C2. RGB value is (83,246,194). Sum of RGB (Red+Green+Blue) = 83+246+194=523 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.87% from 523); Green value is 246 (96.48% from 255 or 47.04% from 523); Blue value is 194 (76.17% from 255 or 37.09% from 523); Max value from RGB is 246 - color contains mainly: green. Hex color #53F6C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53F6C2 is #AC093D. Grayscale: #BFBFBF. Windows color (decimal): -11274558 or 12777043. OLE color: 12777043.

HSL color Cylindrical-coordinate representation of color #53F6C2: hue angle of 160.86º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53F6C2 is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB 83 246 194 -
CMYK 0.66 0 0.21 0.04
HSL 160.86º 0.9% 0.65% -
HSV(B) 160.86º 0.66% 0.96% -
XYZ 46.26 71.65 62.43 -
YUV 191.34 129.5 50.73 -
System Red Green Blue C M Y K H S L
Decimal 83 246 194 0.66 0 0.21 0.04 160.86 0.9 0.65
Hex 53 F6 C2 42 0 15 4 A1 5A 41
Octal 123 366 302 102 0 25 4 241 132 101
Binary 1010011 11110110 11000010 1000010 0 10101 100 10100001 1011010 1000001

Color Harmonies of #53F6C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F6C2

Black with #53F6C2

Text Example


Text Example

White with #53F6C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,246,194); }

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

background-color css

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

 a { background-color: rgb(83,246,194); }

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

border-color css

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

 span { border-color: rgb(83,246,194); }

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