Html Css Color HEX #48DED0 Turquoise

📋 copy color: '#48DED0'

red 72 ◦ green 222 ◦ blue 208

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

Shades of Turquoise #48DED0

Tints of Turquoise #48DED0

RGB

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

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

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

R = 14.34%
G = 44.22%
B = 41.43%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#48DED0 (or 0x48DED0) is known color: Turquoise. HEX triplet: 48, DE and D0. RGB value is (72,222,208). Sum of RGB (Red+Green+Blue) = 72+222+208=502 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.34% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 208 (81.64% from 255 or 41.43% from 502); Max value from RGB is 222 - color contains mainly: green. Hex color #48DED0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DED0 is #B7212F. Grayscale: #AFAFAF. Windows color (decimal): -12001584 or 13688392. OLE color: 13688392.

HSL color Cylindrical-coordinate representation of color #48DED0: hue angle of 174.4º 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 #48DED0 is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 222 208 -
CMYK 0.68 0 0.06 0.13
HSL 174.4º 0.69% 0.58% -
HSV(B) 174.4º 0.68% 0.87% -
XYZ 40.18 58.17 68.79 -
YUV 175.55 146.31 54.14 -
System Red Green Blue C M Y K H S L
Decimal 72 222 208 0.68 0 0.06 0.13 174.4 0.69 0.58
Hex 48 DE D0 44 0 6 D AE 45 3A
Octal 110 336 320 104 0 6 15 256 105 72
Binary 1001000 11011110 11010000 1000100 0 110 1101 10101110 1000101 111010

Color Harmonies of #48DED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DED0

Black with #48DED0

Text Example


Text Example

White with #48DED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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