Html Css Color HEX #48FDC0 Turquoise

📋 copy color: '#48FDC0'

red 72 ◦ green 253 ◦ blue 192

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

Shades of Turquoise #48FDC0

Tints of Turquoise #48FDC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.14%

R = 13.93%
G = 48.94%
B = 37.14%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#48FDC0 (or 0x48FDC0) is known color: Turquoise. HEX triplet: 48, FD and C0. RGB value is (72,253,192). Sum of RGB (Red+Green+Blue) = 72+253+192=517 (68% of max value = 765). Red value is 72 (28.52% from 255 or 13.93% from 517); Green value is 253 (99.22% from 255 or 48.94% from 517); Blue value is 192 (75.39% from 255 or 37.14% from 517); Max value from RGB is 253 - color contains mainly: green. Hex color #48FDC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FDC0 is #B7023F. Grayscale: #BFBFBF. Windows color (decimal): -11993664 or 12647752. OLE color: 12647752.

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

Color convert

RGB 72 253 192 -
CMYK 0.72 0 0.24 0.01
HSL 159.78º 0.98% 0.64% -
HSV(B) 159.78º 0.72% 0.99% -
XYZ 47.31 75.43 61.94 -
YUV 191.93 128.03 42.46 -
System Red Green Blue C M Y K H S L
Decimal 72 253 192 0.72 0 0.24 0.01 159.78 0.98 0.64
Hex 48 FD C0 48 0 18 1 A0 62 40
Octal 110 375 300 110 0 30 1 240 142 100
Binary 1001000 11111101 11000000 1001000 0 11000 1 10100000 1100010 1000000

Color Harmonies of #48FDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FDC0

Black with #48FDC0

Text Example


Text Example

White with #48FDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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