Html Css Color HEX #48DEDB Turquoise

📋 copy color: '#48DEDB'

red 72 ◦ green 222 ◦ blue 219

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

Shades of Turquoise #48DEDB

Tints of Turquoise #48DEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.69%

R = 14.04%
G = 43.27%
B = 42.69%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#48DEDB (or 0x48DEDB) is known color: Turquoise. HEX triplet: 48, DE and DB. RGB value is (72,222,219). Sum of RGB (Red+Green+Blue) = 72+222+219=513 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.04% from 513); Green value is 222 (87.11% from 255 or 43.27% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 222 - color contains mainly: green. Hex color #48DEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DEDB is #B72124. Grayscale: #B0B0B0. Windows color (decimal): -12001573 or 14409288. OLE color: 14409288.

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

Color convert

RGB 72 222 219 -
CMYK 0.68 0 0.01 0.13
HSL 178.8º 0.69% 0.58% -
HSV(B) 178.8º 0.68% 0.87% -
XYZ 41.58 58.73 76.16 -
YUV 176.81 151.81 53.24 -
System Red Green Blue C M Y K H S L
Decimal 72 222 219 0.68 0 0.01 0.13 178.8 0.69 0.58
Hex 48 DE DB 44 0 1 D B3 45 3A
Octal 110 336 333 104 0 1 15 263 105 72
Binary 1001000 11011110 11011011 1000100 0 1 1101 10110011 1000101 111010

Color Harmonies of #48DEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DEDB

Black with #48DEDB

Text Example


Text Example

White with #48DEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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