Html Css Color HEX #53F4BB Turquoise

📋 copy color: '#53F4BB'

red 83 ◦ green 244 ◦ blue 187

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

Shades of Turquoise #53F4BB

Tints of Turquoise #53F4BB

RGB

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

 GREEN value IS 244 (95.7% from 255) = 47.47%

 BLUE value IS 187 (73.44% from 255) = 36.38%

R = 16.15%
G = 47.47%
B = 36.38%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#53F4BB (or 0x53F4BB) is known color: Turquoise. HEX triplet: 53, F4 and BB. RGB value is (83,244,187). Sum of RGB (Red+Green+Blue) = 83+244+187=514 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.15% from 514); Green value is 244 (95.70% from 255 or 47.47% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 244 - color contains mainly: green. Hex color #53F4BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53F4BB is #AC0B44. Grayscale: #BDBDBD. Windows color (decimal): -11275077 or 12317779. OLE color: 12317779.

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

Color convert

RGB 83 244 187 -
CMYK 0.66 0 0.23 0.04
HSL 158.76º 0.88% 0.64% -
HSV(B) 158.76º 0.66% 0.96% -
XYZ 44.89 70.13 58.18 -
YUV 189.36 126.66 52.13 -
System Red Green Blue C M Y K H S L
Decimal 83 244 187 0.66 0 0.23 0.04 158.76 0.88 0.64
Hex 53 F4 BB 42 0 17 4 9F 58 40
Octal 123 364 273 102 0 27 4 237 130 100
Binary 1010011 11110100 10111011 1000010 0 10111 100 10011111 1011000 1000000

Color Harmonies of #53F4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F4BB

Black with #53F4BB

Text Example


Text Example

White with #53F4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,244,187); }

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

background-color css

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

 a { background-color: rgb(83,244,187); }

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

border-color css

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

 span { border-color: rgb(83,244,187); }

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