Html Css Color HEX #48EDD0 Turquoise

📋 copy color: '#48EDD0'

red 72 ◦ green 237 ◦ blue 208

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

Shades of Turquoise #48EDD0

Tints of Turquoise #48EDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.23%

R = 13.93%
G = 45.84%
B = 40.23%

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

#48EDD0 (or 0x48EDD0) is known color: Turquoise. HEX triplet: 48, ED and D0. RGB value is (72,237,208). Sum of RGB (Red+Green+Blue) = 72+237+208=517 (68% of max value = 765). Red value is 72 (28.52% from 255 or 13.93% from 517); Green value is 237 (92.97% from 255 or 45.84% from 517); Blue value is 208 (81.64% from 255 or 40.23% from 517); Max value from RGB is 237 - color contains mainly: green. Hex color #48EDD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48EDD0 is #B7122F. Grayscale: #B8B8B8. Windows color (decimal): -11997744 or 13692232. OLE color: 13692232.

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

Color convert

RGB 72 237 208 -
CMYK 0.70 0 0.12 0.07
HSL 169.45º 0.82% 0.61% -
HSV(B) 169.45º 0.7% 0.93% -
XYZ 44.34 66.5 70.17 -
YUV 184.36 141.34 47.86 -
System Red Green Blue C M Y K H S L
Decimal 72 237 208 0.70 0 0.12 0.07 169.45 0.82 0.61
Hex 48 ED D0 46 0 C 7 A9 52 3D
Octal 110 355 320 106 0 14 7 251 122 75
Binary 1001000 11101101 11010000 1000110 0 1100 111 10101001 1010010 111101

Color Harmonies of #48EDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EDD0

Black with #48EDD0

Text Example


Text Example

White with #48EDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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