Html Css Color HEX #53FAB8 Turquoise

📋 copy color: '#53FAB8'

red 83 ◦ green 250 ◦ blue 184

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

Shades of Turquoise #53FAB8

Tints of Turquoise #53FAB8

RGB

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

 GREEN value IS 250 (98.05% from 255) = 48.36%

 BLUE value IS 184 (72.27% from 255) = 35.59%

R = 16.05%
G = 48.36%
B = 35.59%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#53FAB8 (or 0x53FAB8) is known color: Turquoise. HEX triplet: 53, FA and B8. RGB value is (83,250,184). Sum of RGB (Red+Green+Blue) = 83+250+184=517 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.05% from 517); Green value is 250 (98.05% from 255 or 48.36% from 517); Blue value is 184 (72.27% from 255 or 35.59% from 517); Max value from RGB is 250 - color contains mainly: green. Hex color #53FAB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FAB8 is #AC0547. Grayscale: #C0C0C0. Windows color (decimal): -11273544 or 12122707. OLE color: 12122707.

HSL color Cylindrical-coordinate representation of color #53FAB8: hue angle of 156.29º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FAB8 is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 83 250 184 -
CMYK 0.67 0 0.26 0.02
HSL 156.29º 0.94% 0.65% -
HSV(B) 156.29º 0.67% 0.98% -
XYZ 46.4 73.67 57.12 -
YUV 192.54 123.17 49.87 -
System Red Green Blue C M Y K H S L
Decimal 83 250 184 0.67 0 0.26 0.02 156.29 0.94 0.65
Hex 53 FA B8 43 0 1A 2 9C 5E 41
Octal 123 372 270 103 0 32 2 234 136 101
Binary 1010011 11111010 10111000 1000011 0 11010 10 10011100 1011110 1000001

Color Harmonies of #53FAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FAB8

Black with #53FAB8

Text Example


Text Example

White with #53FAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,250,184); }

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

background-color css

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

 a { background-color: rgb(83,250,184); }

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

border-color css

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

 span { border-color: rgb(83,250,184); }

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