Html Css Color HEX #48FFEC Turquoise

📋 copy color: '#48FFEC'

red 72 ◦ green 255 ◦ blue 236

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

Shades of Turquoise #48FFEC

Tints of Turquoise #48FFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.92%

R = 12.79%
G = 45.29%
B = 41.92%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#48FFEC (or 0x48FFEC) is known color: Turquoise. HEX triplet: 48, FF and EC. RGB value is (72,255,236). Sum of RGB (Red+Green+Blue) = 72+255+236=563 (74% of max value = 765). Red value is 72 (28.52% from 255 or 12.79% from 563); Green value is 255 (100% from 255 or 45.29% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 255 - color contains mainly: green. Hex color #48FFEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #48FFEC is #B70013. Grayscale: #C6C6C6. Windows color (decimal): -11993108 or 15531848. OLE color: 15531848.

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

Color convert

RGB 72 255 236 -
CMYK 0.72 0 0.07 0
HSL 173.77º 1% 0.64% -
HSV(B) 173.77º 0.72% 1% -
XYZ 53.57 78.95 91.77 -
YUV 198.12 149.37 38.04 -
System Red Green Blue C M Y K H S L
Decimal 72 255 236 0.72 0 0.07 0 173.77 1 0.64
Hex 48 FF EC 48 0 7 0 AE 64 40
Octal 110 377 354 110 0 7 0 256 144 100
Binary 1001000 11111111 11101100 1001000 0 111 0 10101110 1100100 1000000

Color Harmonies of #48FFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FFEC

Black with #48FFEC

Text Example


Text Example

White with #48FFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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