Html Css Color HEX #53FFB6 Turquoise

📋 copy color: '#53FFB6'

red 83 ◦ green 255 ◦ blue 182

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

Shades of Turquoise #53FFB6

Tints of Turquoise #53FFB6

RGB

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

 GREEN value IS 255 (100% from 255) = 49.04%

 BLUE value IS 182 (71.48% from 255) = 35%

R = 15.96%
G = 49.04%
B = 35%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#53FFB6 (or 0x53FFB6) is known color: Turquoise. HEX triplet: 53, FF and B6. RGB value is (83,255,182). Sum of RGB (Red+Green+Blue) = 83+255+182=520 (68% of max value = 765). Red value is 83 (32.81% from 255 or 15.96% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 182 (71.48% from 255 or 35% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #53FFB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FFB6 is #AC0049. Grayscale: #C3C3C3. Windows color (decimal): -11272266 or 11992915. OLE color: 11992915.

HSL color Cylindrical-coordinate representation of color #53FFB6: hue angle of 154.53º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FFB6 is Cyan = 0.67, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB 83 255 182 -
CMYK 0.67 0 0.29 0
HSL 154.53º 1% 0.66% -
HSV(B) 154.53º 0.67% 1% -
XYZ 47.77 76.74 56.55 -
YUV 195.25 120.52 47.94 -
System Red Green Blue C M Y K H S L
Decimal 83 255 182 0.67 0 0.29 0 154.53 1 0.66
Hex 53 FF B6 43 0 1D 0 9B 64 42
Octal 123 377 266 103 0 35 0 233 144 102
Binary 1010011 11111111 10110110 1000011 0 11101 0 10011011 1100100 1000010

Color Harmonies of #53FFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FFB6

Black with #53FFB6

Text Example


Text Example

White with #53FFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,255,182); }

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

background-color css

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

 a { background-color: rgb(83,255,182); }

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

border-color css

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

 span { border-color: rgb(83,255,182); }

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