Html Css Color HEX #48FFE7 Turquoise

📋 copy color: '#48FFE7'

red 72 ◦ green 255 ◦ blue 231

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

Shades of Turquoise #48FFE7

Tints of Turquoise #48FFE7

RGB

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

 GREEN value IS 255 (100% from 255) = 45.7%

 BLUE value IS 231 (90.63% from 255) = 41.4%

R = 12.9%
G = 45.7%
B = 41.4%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#48FFE7 (or 0x48FFE7) is known color: Turquoise. HEX triplet: 48, FF and E7. RGB value is (72,255,231). Sum of RGB (Red+Green+Blue) = 72+255+231=558 (73% of max value = 765). Red value is 72 (28.52% from 255 or 12.90% from 558); Green value is 255 (100% from 255 or 45.70% from 558); Blue value is 231 (90.62% from 255 or 41.40% from 558); Max value from RGB is 255 - color contains mainly: green. Hex color #48FFE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #48FFE7 is #B70018. Grayscale: #C5C5C5. Windows color (decimal): -11993113 or 15204168. OLE color: 15204168.

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

Color convert

RGB 72 255 231 -
CMYK 0.72 0 0.09 0
HSL 172.13º 1% 0.64% -
HSV(B) 172.13º 0.72% 1% -
XYZ 52.86 78.67 88 -
YUV 197.55 146.87 38.45 -
System Red Green Blue C M Y K H S L
Decimal 72 255 231 0.72 0 0.09 0 172.13 1 0.64
Hex 48 FF E7 48 0 9 0 AC 64 40
Octal 110 377 347 110 0 11 0 254 144 100
Binary 1001000 11111111 11100111 1001000 0 1001 0 10101100 1100100 1000000

Color Harmonies of #48FFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FFE7

Black with #48FFE7

Text Example


Text Example

White with #48FFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,255,231); }

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

background-color css

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

 a { background-color: rgb(72,255,231); }

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

border-color css

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

 span { border-color: rgb(72,255,231); }

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