Html Css Color HEX #48FFEB Turquoise

📋 copy color: '#48FFEB'

red 72 ◦ green 255 ◦ blue 235

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

Shades of Turquoise #48FFEB

Tints of Turquoise #48FFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.81%

R = 12.81%
G = 45.37%
B = 41.81%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#48FFEB (or 0x48FFEB) is known color: Turquoise. HEX triplet: 48, FF and EB. RGB value is (72,255,235). Sum of RGB (Red+Green+Blue) = 72+255+235=562 (74% of max value = 765). Red value is 72 (28.52% from 255 or 12.81% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 235 (92.19% from 255 or 41.81% from 562); Max value from RGB is 255 - color contains mainly: green. Hex color #48FFEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #48FFEB is #B70014. Grayscale: #C5C5C5. Windows color (decimal): -11993109 or 15466312. OLE color: 15466312.

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

Color convert

RGB 72 255 235 -
CMYK 0.72 0 0.08 0
HSL 173.44º 1% 0.64% -
HSV(B) 173.44º 0.72% 1% -
XYZ 53.43 78.9 91.01 -
YUV 198 148.87 38.13 -
System Red Green Blue C M Y K H S L
Decimal 72 255 235 0.72 0 0.08 0 173.44 1 0.64
Hex 48 FF EB 48 0 8 0 AD 64 40
Octal 110 377 353 110 0 10 0 255 144 100
Binary 1001000 11111111 11101011 1001000 0 1000 0 10101101 1100100 1000000

Color Harmonies of #48FFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FFEB

Black with #48FFEB

Text Example


Text Example

White with #48FFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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