Html Css Color HEX #48FDB9 Turquoise

📋 copy color: '#48FDB9'

red 72 ◦ green 253 ◦ blue 185

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

Shades of Turquoise #48FDB9

Tints of Turquoise #48FDB9

RGB

 RED value IS 72 (28.52% from 255) = 14.12%

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

 BLUE value IS 185 (72.66% from 255) = 36.27%

R = 14.12%
G = 49.61%
B = 36.27%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#48FDB9 (or 0x48FDB9) is known color: Turquoise. HEX triplet: 48, FD and B9. RGB value is (72,253,185). Sum of RGB (Red+Green+Blue) = 72+253+185=510 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.12% from 510); Green value is 253 (99.22% from 255 or 49.61% from 510); Blue value is 185 (72.66% from 255 or 36.27% from 510); Max value from RGB is 253 - color contains mainly: green. Hex color #48FDB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FDB9 is #B70246. Grayscale: #BFBFBF. Windows color (decimal): -11993671 or 12189000. OLE color: 12189000.

HSL color Cylindrical-coordinate representation of color #48FDB9: hue angle of 157.46º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48FDB9 is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB 72 253 185 -
CMYK 0.72 0 0.27 0.01
HSL 157.46º 0.98% 0.64% -
HSV(B) 157.46º 0.72% 0.99% -
XYZ 46.55 75.13 57.95 -
YUV 191.13 124.53 43.03 -
System Red Green Blue C M Y K H S L
Decimal 72 253 185 0.72 0 0.27 0.01 157.46 0.98 0.64
Hex 48 FD B9 48 0 1B 1 9D 62 40
Octal 110 375 271 110 0 33 1 235 142 100
Binary 1001000 11111101 10111001 1001000 0 11011 1 10011101 1100010 1000000

Color Harmonies of #48FDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FDB9

Black with #48FDB9

Text Example


Text Example

White with #48FDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48FDB9; }

 p { color: rgb(72,253,185); }

 H1.HeaderClassName
 {
   color: #48FDB9;
 }
 .AnyTagClassName
 {
   color: #48FDB9;
 }
</style>

background-color css

<style>
 a { background-color: #48FDB9; }

 a { background-color: rgb(72,253,185); }

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

border-color css

<style>
 span { border-color: #48FDB9; }

 span { border-color: rgb(72,253,185); }

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