Html Css Color HEX #48FDC3 Turquoise

📋 copy color: '#48FDC3'

red 72 ◦ green 253 ◦ blue 195

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

Shades of Turquoise #48FDC3

Tints of Turquoise #48FDC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.5%

R = 13.85%
G = 48.65%
B = 37.5%

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

#48FDC3 (or 0x48FDC3) is known color: Turquoise. HEX triplet: 48, FD and C3. RGB value is (72,253,195). Sum of RGB (Red+Green+Blue) = 72+253+195=520 (68% of max value = 765). Red value is 72 (28.52% from 255 or 13.85% from 520); Green value is 253 (99.22% from 255 or 48.65% from 520); Blue value is 195 (76.56% from 255 or 37.5% from 520); Max value from RGB is 253 - color contains mainly: green. Hex color #48FDC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FDC3 is #B7023C. Grayscale: #C0C0C0. Windows color (decimal): -11993661 or 12844360. OLE color: 12844360.

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

Color convert

RGB 72 253 195 -
CMYK 0.72 0 0.23 0.01
HSL 160.77º 0.98% 0.64% -
HSV(B) 160.77º 0.72% 0.99% -
XYZ 47.65 75.57 63.7 -
YUV 192.27 129.53 42.22 -
System Red Green Blue C M Y K H S L
Decimal 72 253 195 0.72 0 0.23 0.01 160.77 0.98 0.64
Hex 48 FD C3 48 0 17 1 A1 62 40
Octal 110 375 303 110 0 27 1 241 142 100
Binary 1001000 11111101 11000011 1001000 0 10111 1 10100001 1100010 1000000

Color Harmonies of #48FDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FDC3

Black with #48FDC3

Text Example


Text Example

White with #48FDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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