Html Css Color HEX #48EDD1 Turquoise

📋 copy color: '#48EDD1'

red 72 ◦ green 237 ◦ blue 209

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

Shades of Turquoise #48EDD1

Tints of Turquoise #48EDD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.35%

R = 13.9%
G = 45.75%
B = 40.35%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#48EDD1 (or 0x48EDD1) is known color: Turquoise. HEX triplet: 48, ED and D1. RGB value is (72,237,209). Sum of RGB (Red+Green+Blue) = 72+237+209=518 (68% of max value = 765). Red value is 72 (28.52% from 255 or 13.90% from 518); Green value is 237 (92.97% from 255 or 45.75% from 518); Blue value is 209 (82.03% from 255 or 40.35% from 518); Max value from RGB is 237 - color contains mainly: green. Hex color #48EDD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48EDD1 is #B7122E. Grayscale: #B8B8B8. Windows color (decimal): -11997743 or 13757768. OLE color: 13757768.

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

Color convert

RGB 72 237 209 -
CMYK 0.70 0 0.12 0.07
HSL 169.82º 0.82% 0.61% -
HSV(B) 169.82º 0.7% 0.93% -
XYZ 44.47 66.55 70.82 -
YUV 184.47 141.84 47.78 -
System Red Green Blue C M Y K H S L
Decimal 72 237 209 0.70 0 0.12 0.07 169.82 0.82 0.61
Hex 48 ED D1 46 0 C 7 AA 52 3D
Octal 110 355 321 106 0 14 7 252 122 75
Binary 1001000 11101101 11010001 1000110 0 1100 111 10101010 1010010 111101

Color Harmonies of #48EDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EDD1

Black with #48EDD1

Text Example


Text Example

White with #48EDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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