Html Css Color HEX #53FABB Turquoise

📋 copy color: '#53FABB'

red 83 ◦ green 250 ◦ blue 187

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

Shades of Turquoise #53FABB

Tints of Turquoise #53FABB

RGB

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

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

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

R = 15.96%
G = 48.08%
B = 35.96%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#53FABB (or 0x53FABB) is known color: Turquoise. HEX triplet: 53, FA and BB. RGB value is (83,250,187). Sum of RGB (Red+Green+Blue) = 83+250+187=520 (68% of max value = 765). Red value is 83 (32.81% from 255 or 15.96% from 520); Green value is 250 (98.05% from 255 or 48.08% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 250 - color contains mainly: green. Hex color #53FABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FABB is #AC0544. Grayscale: #C0C0C0. Windows color (decimal): -11273541 or 12319315. OLE color: 12319315.

HSL color Cylindrical-coordinate representation of color #53FABB: hue angle of 157.37º 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 #53FABB is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 83 250 187 -
CMYK 0.67 0 0.25 0.02
HSL 157.37º 0.94% 0.65% -
HSV(B) 157.37º 0.67% 0.98% -
XYZ 46.72 73.8 58.8 -
YUV 192.89 124.67 49.62 -
System Red Green Blue C M Y K H S L
Decimal 83 250 187 0.67 0 0.25 0.02 157.37 0.94 0.65
Hex 53 FA BB 43 0 19 2 9D 5E 41
Octal 123 372 273 103 0 31 2 235 136 101
Binary 1010011 11111010 10111011 1000011 0 11001 10 10011101 1011110 1000001

Color Harmonies of #53FABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FABB

Black with #53FABB

Text Example


Text Example

White with #53FABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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