Html Css Color HEX #53FDBF Turquoise

📋 copy color: '#53FDBF'

red 83 ◦ green 253 ◦ blue 191

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

Shades of Turquoise #53FDBF

Tints of Turquoise #53FDBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.24%

R = 15.75%
G = 48.01%
B = 36.24%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#53FDBF (or 0x53FDBF) is known color: Turquoise. HEX triplet: 53, FD and BF. RGB value is (83,253,191). Sum of RGB (Red+Green+Blue) = 83+253+191=527 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.75% from 527); Green value is 253 (99.22% from 255 or 48.01% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 253 - color contains mainly: green. Hex color #53FDBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FDBF is #AC0240. Grayscale: #C3C3C3. Windows color (decimal): -11272769 or 12582227. OLE color: 12582227.

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

Color convert

RGB 83 253 191 -
CMYK 0.67 0 0.25 0.01
HSL 158.12º 0.98% 0.66% -
HSV(B) 158.12º 0.67% 0.99% -
XYZ 48.1 75.85 61.4 -
YUV 195.1 125.68 48.04 -
System Red Green Blue C M Y K H S L
Decimal 83 253 191 0.67 0 0.25 0.01 158.12 0.98 0.66
Hex 53 FD BF 43 0 19 1 9E 62 42
Octal 123 375 277 103 0 31 1 236 142 102
Binary 1010011 11111101 10111111 1000011 0 11001 1 10011110 1100010 1000010

Color Harmonies of #53FDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FDBF

Black with #53FDBF

Text Example


Text Example

White with #53FDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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