Html Css Color HEX #48FEC6 Turquoise

📋 copy color: '#48FEC6'

red 72 ◦ green 254 ◦ blue 198

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

Shades of Turquoise #48FEC6

Tints of Turquoise #48FEC6

RGB

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

 GREEN value IS 254 (99.61% from 255) = 48.47%

 BLUE value IS 198 (77.73% from 255) = 37.79%

R = 13.74%
G = 48.47%
B = 37.79%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#48FEC6 (or 0x48FEC6) is known color: Turquoise. HEX triplet: 48, FE and C6. RGB value is (72,254,198). Sum of RGB (Red+Green+Blue) = 72+254+198=524 (69% of max value = 765). Red value is 72 (28.52% from 255 or 13.74% from 524); Green value is 254 (99.61% from 255 or 48.47% from 524); Blue value is 198 (77.73% from 255 or 37.79% from 524); Max value from RGB is 254 - color contains mainly: green. Hex color #48FEC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FEC6 is #B70139. Grayscale: #C1C1C1. Windows color (decimal): -11993402 or 13041224. OLE color: 13041224.

HSL color Cylindrical-coordinate representation of color #48FEC6: hue angle of 161.54º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48FEC6 is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.

Color convert

RGB 72 254 198 -
CMYK 0.72 0 0.22 0.00
HSL 161.54º 0.99% 0.64% -
HSV(B) 161.54º 0.72% 1% -
XYZ 48.31 76.34 65.61 -
YUV 193.2 130.7 41.55 -
System Red Green Blue C M Y K H S L
Decimal 72 254 198 0.72 0 0.22 0.00 161.54 0.99 0.64
Hex 48 FE C6 48 0 16 0 A2 63 40
Octal 110 376 306 110 0 26 0 242 143 100
Binary 1001000 11111110 11000110 1001000 0 10110 0 10100010 1100011 1000000

Color Harmonies of #48FEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FEC6

Black with #48FEC6

Text Example


Text Example

White with #48FEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,254,198); }

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

background-color css

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

 a { background-color: rgb(72,254,198); }

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

border-color css

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

 span { border-color: rgb(72,254,198); }

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