Html Css Color HEX #48FEEB Turquoise

📋 copy color: '#48FEEB'

red 72 ◦ green 254 ◦ blue 235

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

Shades of Turquoise #48FEEB

Tints of Turquoise #48FEEB

RGB

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

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

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

R = 12.83%
G = 45.28%
B = 41.89%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#48FEEB (or 0x48FEEB) is known color: Turquoise. HEX triplet: 48, FE and EB. RGB value is (72,254,235). Sum of RGB (Red+Green+Blue) = 72+254+235=561 (74% of max value = 765). Red value is 72 (28.52% from 255 or 12.83% from 561); Green value is 254 (99.61% from 255 or 45.28% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 254 - color contains mainly: green. Hex color #48FEEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #48FEEB is #B70114. Grayscale: #C5C5C5. Windows color (decimal): -11993365 or 15466056. OLE color: 15466056.

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

Color convert

RGB 72 254 235 -
CMYK 0.72 0 0.07 0.00
HSL 173.74º 0.99% 0.64% -
HSV(B) 173.74º 0.72% 1% -
XYZ 53.11 78.26 90.9 -
YUV 197.42 149.2 38.54 -
System Red Green Blue C M Y K H S L
Decimal 72 254 235 0.72 0 0.07 0.00 173.74 0.99 0.64
Hex 48 FE EB 48 0 7 0 AE 63 40
Octal 110 376 353 110 0 7 0 256 143 100
Binary 1001000 11111110 11101011 1001000 0 111 0 10101110 1100011 1000000

Color Harmonies of #48FEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FEEB

Black with #48FEEB

Text Example


Text Example

White with #48FEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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