Html Css Color HEX #48EDD5 Turquoise

📋 copy color: '#48EDD5'

red 72 ◦ green 237 ◦ blue 213

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

Shades of Turquoise #48EDD5

Tints of Turquoise #48EDD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.8%

R = 13.79%
G = 45.4%
B = 40.8%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#48EDD5 (or 0x48EDD5) is known color: Turquoise. HEX triplet: 48, ED and D5. RGB value is (72,237,213). Sum of RGB (Red+Green+Blue) = 72+237+213=522 (69% of max value = 765). Red value is 72 (28.52% from 255 or 13.79% from 522); Green value is 237 (92.97% from 255 or 45.40% from 522); Blue value is 213 (83.59% from 255 or 40.80% from 522); Max value from RGB is 237 - color contains mainly: green. Hex color #48EDD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48EDD5 is #B7122A. Grayscale: #B8B8B8. Windows color (decimal): -11997739 or 14019912. OLE color: 14019912.

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

Color convert

RGB 72 237 213 -
CMYK 0.70 0 0.10 0.07
HSL 171.27º 0.82% 0.61% -
HSV(B) 171.27º 0.7% 0.93% -
XYZ 44.97 66.75 73.46 -
YUV 184.93 143.84 47.45 -
System Red Green Blue C M Y K H S L
Decimal 72 237 213 0.70 0 0.10 0.07 171.27 0.82 0.61
Hex 48 ED D5 46 0 A 7 AB 52 3D
Octal 110 355 325 106 0 12 7 253 122 75
Binary 1001000 11101101 11010101 1000110 0 1010 111 10101011 1010010 111101

Color Harmonies of #48EDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EDD5

Black with #48EDD5

Text Example


Text Example

White with #48EDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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