Html Css Color HEX #48FDB8 Turquoise

📋 copy color: '#48FDB8'

red 72 ◦ green 253 ◦ blue 184

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

Shades of Turquoise #48FDB8

Tints of Turquoise #48FDB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.15%

R = 14.15%
G = 49.71%
B = 36.15%

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

#48FDB8 (or 0x48FDB8) is known color: Turquoise. HEX triplet: 48, FD and B8. RGB value is (72,253,184). Sum of RGB (Red+Green+Blue) = 72+253+184=509 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.15% from 509); Green value is 253 (99.22% from 255 or 49.71% from 509); Blue value is 184 (72.27% from 255 or 36.15% from 509); Max value from RGB is 253 - color contains mainly: green. Hex color #48FDB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FDB8 is #B70247. Grayscale: #BFBFBF. Windows color (decimal): -11993672 or 12123464. OLE color: 12123464.

HSL color Cylindrical-coordinate representation of color #48FDB8: hue angle of 157.13º 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 #48FDB8 is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB 72 253 184 -
CMYK 0.72 0 0.27 0.01
HSL 157.13º 0.98% 0.64% -
HSV(B) 157.13º 0.72% 0.99% -
XYZ 46.45 75.09 57.39 -
YUV 191.02 124.03 43.11 -
System Red Green Blue C M Y K H S L
Decimal 72 253 184 0.72 0 0.27 0.01 157.13 0.98 0.64
Hex 48 FD B8 48 0 1B 1 9D 62 40
Octal 110 375 270 110 0 33 1 235 142 100
Binary 1001000 11111101 10111000 1001000 0 11011 1 10011101 1100010 1000000

Color Harmonies of #48FDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FDB8

Black with #48FDB8

Text Example


Text Example

White with #48FDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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