Html Css Color HEX #53FFB3 Turquoise

📋 copy color: '#53FFB3'

red 83 ◦ green 255 ◦ blue 179

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

Shades of Turquoise #53FFB3

Tints of Turquoise #53FFB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.62%

R = 16.05%
G = 49.32%
B = 34.62%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#53FFB3 (or 0x53FFB3) is known color: Turquoise. HEX triplet: 53, FF and B3. RGB value is (83,255,179). Sum of RGB (Red+Green+Blue) = 83+255+179=517 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.05% from 517); Green value is 255 (100% from 255 or 49.32% from 517); Blue value is 179 (70.31% from 255 or 34.62% from 517); Max value from RGB is 255 - color contains mainly: green. Hex color #53FFB3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FFB3 is #AC004C. Grayscale: #C3C3C3. Windows color (decimal): -11272269 or 11796307. OLE color: 11796307.

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

Color convert

RGB 83 255 179 -
CMYK 0.67 0 0.30 0
HSL 153.49º 1% 0.66% -
HSV(B) 153.49º 0.67% 1% -
XYZ 47.46 76.61 54.93 -
YUV 194.91 119.02 48.18 -
System Red Green Blue C M Y K H S L
Decimal 83 255 179 0.67 0 0.30 0 153.49 1 0.66
Hex 53 FF B3 43 0 1E 0 99 64 42
Octal 123 377 263 103 0 36 0 231 144 102
Binary 1010011 11111111 10110011 1000011 0 11110 0 10011001 1100100 1000010

Color Harmonies of #53FFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FFB3

Black with #53FFB3

Text Example


Text Example

White with #53FFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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