Html Css Color HEX #48FED6 Turquoise

📋 copy color: '#48FED6'

red 72 ◦ green 254 ◦ blue 214

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

Shades of Turquoise #48FED6

Tints of Turquoise #48FED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.63%

R = 13.33%
G = 47.04%
B = 39.63%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#48FED6 (or 0x48FED6) is known color: Turquoise. HEX triplet: 48, FE and D6. RGB value is (72,254,214). Sum of RGB (Red+Green+Blue) = 72+254+214=540 (71% of max value = 765). Red value is 72 (28.52% from 255 or 13.33% from 540); Green value is 254 (99.61% from 255 or 47.04% from 540); Blue value is 214 (83.98% from 255 or 39.63% from 540); Max value from RGB is 254 - color contains mainly: green. Hex color #48FED6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FED6 is #B70129. Grayscale: #C2C2C2. Windows color (decimal): -11993386 or 14089800. OLE color: 14089800.

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

Color convert

RGB 72 254 214 -
CMYK 0.72 0 0.16 0.00
HSL 166.81º 0.99% 0.64% -
HSV(B) 166.81º 0.72% 1% -
XYZ 50.25 77.12 75.85 -
YUV 195.02 138.7 40.25 -
System Red Green Blue C M Y K H S L
Decimal 72 254 214 0.72 0 0.16 0.00 166.81 0.99 0.64
Hex 48 FE D6 48 0 10 0 A7 63 40
Octal 110 376 326 110 0 20 0 247 143 100
Binary 1001000 11111110 11010110 1001000 0 10000 0 10100111 1100011 1000000

Color Harmonies of #48FED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FED6

Black with #48FED6

Text Example


Text Example

White with #48FED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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