Html Css Color HEX #48F5E3 Turquoise

📋 copy color: '#48F5E3'

red 72 ◦ green 245 ◦ blue 227

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

Shades of Turquoise #48F5E3

Tints of Turquoise #48F5E3

RGB

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

 GREEN value IS 245 (96.09% from 255) = 45.04%

 BLUE value IS 227 (89.06% from 255) = 41.73%

R = 13.24%
G = 45.04%
B = 41.73%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#48F5E3 (or 0x48F5E3) is known color: Turquoise. HEX triplet: 48, F5 and E3. RGB value is (72,245,227). Sum of RGB (Red+Green+Blue) = 72+245+227=544 (72% of max value = 765). Red value is 72 (28.52% from 255 or 13.24% from 544); Green value is 245 (96.09% from 255 or 45.04% from 544); Blue value is 227 (89.06% from 255 or 41.73% from 544); Max value from RGB is 245 - color contains mainly: green. Hex color #48F5E3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48F5E3 is #B70A1C. Grayscale: #BFBFBF. Windows color (decimal): -11995677 or 14939464. OLE color: 14939464.

HSL color Cylindrical-coordinate representation of color #48F5E3: hue angle of 173.76º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48F5E3 is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB 72 245 227 -
CMYK 0.71 0 0.07 0.04
HSL 173.76º 0.9% 0.62% -
HSV(B) 173.76º 0.71% 0.96% -
XYZ 49.19 72.23 84.02 -
YUV 191.22 148.19 42.96 -
System Red Green Blue C M Y K H S L
Decimal 72 245 227 0.71 0 0.07 0.04 173.76 0.9 0.62
Hex 48 F5 E3 47 0 7 4 AE 5A 3E
Octal 110 365 343 107 0 7 4 256 132 76
Binary 1001000 11110101 11100011 1000111 0 111 100 10101110 1011010 111110

Color Harmonies of #48F5E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F5E3

Black with #48F5E3

Text Example


Text Example

White with #48F5E3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,245,227); }

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

background-color css

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

 a { background-color: rgb(72,245,227); }

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

border-color css

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

 span { border-color: rgb(72,245,227); }

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