Html Css Color HEX #48EDD9 Turquoise

📋 copy color: '#48EDD9'

red 72 ◦ green 237 ◦ blue 217

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

Shades of Turquoise #48EDD9

Tints of Turquoise #48EDD9

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.06%

 BLUE value IS 217 (85.16% from 255) = 41.25%

R = 13.69%
G = 45.06%
B = 41.25%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#48EDD9 (or 0x48EDD9) is known color: Turquoise. HEX triplet: 48, ED and D9. RGB value is (72,237,217). Sum of RGB (Red+Green+Blue) = 72+237+217=526 (69% of max value = 765). Red value is 72 (28.52% from 255 or 13.69% from 526); Green value is 237 (92.97% from 255 or 45.06% from 526); Blue value is 217 (85.16% from 255 or 41.25% from 526); Max value from RGB is 237 - color contains mainly: green. Hex color #48EDD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48EDD9 is #B71226. Grayscale: #B9B9B9. Windows color (decimal): -11997735 or 14282056. OLE color: 14282056.

HSL color Cylindrical-coordinate representation of color #48EDD9: hue angle of 172.73º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48EDD9 is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 237 217 -
CMYK 0.70 0 0.08 0.07
HSL 172.73º 0.82% 0.61% -
HSV(B) 172.73º 0.7% 0.93% -
XYZ 45.48 66.96 76.17 -
YUV 185.39 145.84 47.13 -
System Red Green Blue C M Y K H S L
Decimal 72 237 217 0.70 0 0.08 0.07 172.73 0.82 0.61
Hex 48 ED D9 46 0 8 7 AD 52 3D
Octal 110 355 331 106 0 10 7 255 122 75
Binary 1001000 11101101 11011001 1000110 0 1000 111 10101101 1010010 111101

Color Harmonies of #48EDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EDD9

Black with #48EDD9

Text Example


Text Example

White with #48EDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,237,217); }

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

background-color css

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

 a { background-color: rgb(72,237,217); }

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

border-color css

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

 span { border-color: rgb(72,237,217); }

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