Html Css Color HEX #53F7B7 Turquoise

📋 copy color: '#53F7B7'

red 83 ◦ green 247 ◦ blue 183

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

Shades of Turquoise #53F7B7

Tints of Turquoise #53F7B7

RGB

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

 GREEN value IS 247 (96.88% from 255) = 48.15%

 BLUE value IS 183 (71.88% from 255) = 35.67%

R = 16.18%
G = 48.15%
B = 35.67%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.26

 K value IS 0.03

RGB Variations

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

Color information

#53F7B7 (or 0x53F7B7) is known color: Turquoise. HEX triplet: 53, F7 and B7. RGB value is (83,247,183). Sum of RGB (Red+Green+Blue) = 83+247+183=513 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.18% from 513); Green value is 247 (96.88% from 255 or 48.15% from 513); Blue value is 183 (71.88% from 255 or 35.67% from 513); Max value from RGB is 247 - color contains mainly: green. Hex color #53F7B7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53F7B7 is #AC0848. Grayscale: #BEBEBE. Windows color (decimal): -11274313 or 12056403. OLE color: 12056403.

HSL color Cylindrical-coordinate representation of color #53F7B7: hue angle of 156.59º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53F7B7 is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.03.

Color convert

RGB 83 247 183 -
CMYK 0.66 0 0.26 0.03
HSL 156.59º 0.91% 0.65% -
HSV(B) 156.59º 0.66% 0.97% -
XYZ 45.38 71.78 56.26 -
YUV 190.67 123.67 51.2 -
System Red Green Blue C M Y K H S L
Decimal 83 247 183 0.66 0 0.26 0.03 156.59 0.91 0.65
Hex 53 F7 B7 42 0 1A 3 9D 5B 41
Octal 123 367 267 102 0 32 3 235 133 101
Binary 1010011 11110111 10110111 1000010 0 11010 11 10011101 1011011 1000001

Color Harmonies of #53F7B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F7B7

Black with #53F7B7

Text Example


Text Example

White with #53F7B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,247,183); }

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

background-color css

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

 a { background-color: rgb(83,247,183); }

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

border-color css

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

 span { border-color: rgb(83,247,183); }

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