Html Css Color HEX #48FFEA Turquoise

📋 copy color: '#48FFEA'

red 72 ◦ green 255 ◦ blue 234

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

Shades of Turquoise #48FFEA

Tints of Turquoise #48FFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.71%

R = 12.83%
G = 45.45%
B = 41.71%

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

#48FFEA (or 0x48FFEA) is known color: Turquoise. HEX triplet: 48, FF and EA. RGB value is (72,255,234). Sum of RGB (Red+Green+Blue) = 72+255+234=561 (74% of max value = 765). Red value is 72 (28.52% from 255 or 12.83% from 561); Green value is 255 (100% from 255 or 45.45% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 255 - color contains mainly: green. Hex color #48FFEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #48FFEA is #B70015. Grayscale: #C5C5C5. Windows color (decimal): -11993110 or 15400776. OLE color: 15400776.

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

Color convert

RGB 72 255 234 -
CMYK 0.72 0 0.08 0
HSL 173.11º 1% 0.64% -
HSV(B) 173.11º 0.72% 1% -
XYZ 53.28 78.84 90.25 -
YUV 197.89 148.37 38.21 -
System Red Green Blue C M Y K H S L
Decimal 72 255 234 0.72 0 0.08 0 173.11 1 0.64
Hex 48 FF EA 48 0 8 0 AD 64 40
Octal 110 377 352 110 0 10 0 255 144 100
Binary 1001000 11111111 11101010 1001000 0 1000 0 10101101 1100100 1000000

Color Harmonies of #48FFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FFEA

Black with #48FFEA

Text Example


Text Example

White with #48FFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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