Html Css Color HEX #48FDC2 Turquoise

📋 copy color: '#48FDC2'

red 72 ◦ green 253 ◦ blue 194

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

Shades of Turquoise #48FDC2

Tints of Turquoise #48FDC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.38%

R = 13.87%
G = 48.75%
B = 37.38%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#48FDC2 (or 0x48FDC2) is known color: Turquoise. HEX triplet: 48, FD and C2. RGB value is (72,253,194). Sum of RGB (Red+Green+Blue) = 72+253+194=519 (68% of max value = 765). Red value is 72 (28.52% from 255 or 13.87% from 519); Green value is 253 (99.22% from 255 or 48.75% from 519); Blue value is 194 (76.17% from 255 or 37.38% from 519); Max value from RGB is 253 - color contains mainly: green. Hex color #48FDC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FDC2 is #B7023D. Grayscale: #C0C0C0. Windows color (decimal): -11993662 or 12778824. OLE color: 12778824.

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

Color convert

RGB 72 253 194 -
CMYK 0.72 0 0.23 0.01
HSL 160.44º 0.98% 0.64% -
HSV(B) 160.44º 0.72% 0.99% -
XYZ 47.54 75.52 63.11 -
YUV 192.16 129.03 42.3 -
System Red Green Blue C M Y K H S L
Decimal 72 253 194 0.72 0 0.23 0.01 160.44 0.98 0.64
Hex 48 FD C2 48 0 17 1 A0 62 40
Octal 110 375 302 110 0 27 1 240 142 100
Binary 1001000 11111101 11000010 1001000 0 10111 1 10100000 1100010 1000000

Color Harmonies of #48FDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FDC2

Black with #48FDC2

Text Example


Text Example

White with #48FDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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