Html Css Color HEX #48DED6 Turquoise

📋 copy color: '#48DED6'

red 72 ◦ green 222 ◦ blue 214

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

Shades of Turquoise #48DED6

Tints of Turquoise #48DED6

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.7%

 BLUE value IS 214 (83.98% from 255) = 42.13%

R = 14.17%
G = 43.7%
B = 42.13%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#48DED6 (or 0x48DED6) is known color: Turquoise. HEX triplet: 48, DE and D6. RGB value is (72,222,214). Sum of RGB (Red+Green+Blue) = 72+222+214=508 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.17% from 508); Green value is 222 (87.11% from 255 or 43.70% from 508); Blue value is 214 (83.98% from 255 or 42.13% from 508); Max value from RGB is 222 - color contains mainly: green. Hex color #48DED6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DED6 is #B72129. Grayscale: #B0B0B0. Windows color (decimal): -12001578 or 14081608. OLE color: 14081608.

HSL color Cylindrical-coordinate representation of color #48DED6: hue angle of 176.8º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48DED6 is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 222 214 -
CMYK 0.68 0 0.04 0.13
HSL 176.8º 0.69% 0.58% -
HSV(B) 176.8º 0.68% 0.87% -
XYZ 40.93 58.48 72.75 -
YUV 176.24 149.31 53.65 -
System Red Green Blue C M Y K H S L
Decimal 72 222 214 0.68 0 0.04 0.13 176.8 0.69 0.58
Hex 48 DE D6 44 0 4 D B1 45 3A
Octal 110 336 326 104 0 4 15 261 105 72
Binary 1001000 11011110 11010110 1000100 0 100 1101 10110001 1000101 111010

Color Harmonies of #48DED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DED6

Black with #48DED6

Text Example


Text Example

White with #48DED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,222,214); }

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

background-color css

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

 a { background-color: rgb(72,222,214); }

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

border-color css

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

 span { border-color: rgb(72,222,214); }

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