Html Css Color HEX #53FDB7 Turquoise

📋 copy color: '#53FDB7'

red 83 ◦ green 253 ◦ blue 183

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

Shades of Turquoise #53FDB7

Tints of Turquoise #53FDB7

RGB

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

 GREEN value IS 253 (99.22% from 255) = 48.75%

 BLUE value IS 183 (71.88% from 255) = 35.26%

R = 15.99%
G = 48.75%
B = 35.26%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#53FDB7 (or 0x53FDB7) is known color: Turquoise. HEX triplet: 53, FD and B7. RGB value is (83,253,183). Sum of RGB (Red+Green+Blue) = 83+253+183=519 (68% of max value = 765). Red value is 83 (32.81% from 255 or 15.99% from 519); Green value is 253 (99.22% from 255 or 48.75% from 519); Blue value is 183 (71.88% from 255 or 35.26% from 519); Max value from RGB is 253 - color contains mainly: green. Hex color #53FDB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FDB7 is #AC0248. Grayscale: #C2C2C2. Windows color (decimal): -11272777 or 12057939. OLE color: 12057939.

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

Color convert

RGB 83 253 183 -
CMYK 0.67 0 0.28 0.01
HSL 155.29º 0.98% 0.66% -
HSV(B) 155.29º 0.67% 0.99% -
XYZ 47.24 75.51 56.88 -
YUV 194.19 121.68 48.69 -
System Red Green Blue C M Y K H S L
Decimal 83 253 183 0.67 0 0.28 0.01 155.29 0.98 0.66
Hex 53 FD B7 43 0 1C 1 9B 62 42
Octal 123 375 267 103 0 34 1 233 142 102
Binary 1010011 11111101 10110111 1000011 0 11100 1 10011011 1100010 1000010

Color Harmonies of #53FDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FDB7

Black with #53FDB7

Text Example


Text Example

White with #53FDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,253,183); }

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

background-color css

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

 a { background-color: rgb(83,253,183); }

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

border-color css

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

 span { border-color: rgb(83,253,183); }

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