Html Css Color HEX #48FDC1 Turquoise

📋 copy color: '#48FDC1'

red 72 ◦ green 253 ◦ blue 193

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

Shades of Turquoise #48FDC1

Tints of Turquoise #48FDC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.26%

R = 13.9%
G = 48.84%
B = 37.26%

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

#48FDC1 (or 0x48FDC1) is known color: Turquoise. HEX triplet: 48, FD and C1. RGB value is (72,253,193). Sum of RGB (Red+Green+Blue) = 72+253+193=518 (68% of max value = 765). Red value is 72 (28.52% from 255 or 13.90% from 518); Green value is 253 (99.22% from 255 or 48.84% from 518); Blue value is 193 (75.78% from 255 or 37.26% from 518); Max value from RGB is 253 - color contains mainly: green. Hex color #48FDC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FDC1 is #B7023E. Grayscale: #C0C0C0. Windows color (decimal): -11993663 or 12713288. OLE color: 12713288.

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

Color convert

RGB 72 253 193 -
CMYK 0.72 0 0.24 0.01
HSL 160.11º 0.98% 0.64% -
HSV(B) 160.11º 0.72% 0.99% -
XYZ 47.42 75.48 62.52 -
YUV 192.04 128.53 42.38 -
System Red Green Blue C M Y K H S L
Decimal 72 253 193 0.72 0 0.24 0.01 160.11 0.98 0.64
Hex 48 FD C1 48 0 18 1 A0 62 40
Octal 110 375 301 110 0 30 1 240 142 100
Binary 1001000 11111101 11000001 1001000 0 11000 1 10100000 1100010 1000000

Color Harmonies of #48FDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FDC1

Black with #48FDC1

Text Example


Text Example

White with #48FDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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