Html Css Color HEX #48F7E5 Turquoise

📋 copy color: '#48F7E5'

red 72 ◦ green 247 ◦ blue 229

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

Shades of Turquoise #48F7E5

Tints of Turquoise #48F7E5

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.07%

 BLUE value IS 229 (89.84% from 255) = 41.79%

R = 13.14%
G = 45.07%
B = 41.79%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#48F7E5 (or 0x48F7E5) is known color: Turquoise. HEX triplet: 48, F7 and E5. RGB value is (72,247,229). Sum of RGB (Red+Green+Blue) = 72+247+229=548 (72% of max value = 765). Red value is 72 (28.52% from 255 or 13.14% from 548); Green value is 247 (96.88% from 255 or 45.07% from 548); Blue value is 229 (89.84% from 255 or 41.79% from 548); Max value from RGB is 247 - color contains mainly: green. Hex color #48F7E5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48F7E5 is #B7081A. Grayscale: #C0C0C0. Windows color (decimal): -11995163 or 15071048. OLE color: 15071048.

HSL color Cylindrical-coordinate representation of color #48F7E5: hue angle of 173.83º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48F7E5 is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.

Color convert

RGB 72 247 229 -
CMYK 0.71 0 0.07 0.03
HSL 173.83º 0.92% 0.63% -
HSV(B) 173.83º 0.71% 0.97% -
XYZ 50.08 73.56 85.69 -
YUV 192.62 148.52 41.96 -
System Red Green Blue C M Y K H S L
Decimal 72 247 229 0.71 0 0.07 0.03 173.83 0.92 0.63
Hex 48 F7 E5 47 0 7 3 AE 5C 3F
Octal 110 367 345 107 0 7 3 256 134 77
Binary 1001000 11110111 11100101 1000111 0 111 11 10101110 1011100 111111

Color Harmonies of #48F7E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F7E5

Black with #48F7E5

Text Example


Text Example

White with #48F7E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,247,229); }

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

background-color css

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

 a { background-color: rgb(72,247,229); }

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

border-color css

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

 span { border-color: rgb(72,247,229); }

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