Html Css Color HEX #48DEBE Turquoise

📋 copy color: '#48DEBE'

red 72 ◦ green 222 ◦ blue 190

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

Shades of Turquoise #48DEBE

Tints of Turquoise #48DEBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.26%

R = 14.88%
G = 45.87%
B = 39.26%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#48DEBE (or 0x48DEBE) is known color: Turquoise. HEX triplet: 48, DE and BE. RGB value is (72,222,190). Sum of RGB (Red+Green+Blue) = 72+222+190=484 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.88% from 484); Green value is 222 (87.11% from 255 or 45.87% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 222 - color contains mainly: green. Hex color #48DEBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DEBE is #B72141. Grayscale: #ADADAD. Windows color (decimal): -12001602 or 12508744. OLE color: 12508744.

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

Color convert

RGB 72 222 190 -
CMYK 0.68 0 0.14 0.13
HSL 167.2º 0.69% 0.58% -
HSV(B) 167.2º 0.68% 0.87% -
XYZ 38.09 57.34 57.78 -
YUV 173.5 137.31 55.6 -
System Red Green Blue C M Y K H S L
Decimal 72 222 190 0.68 0 0.14 0.13 167.2 0.69 0.58
Hex 48 DE BE 44 0 E D A7 45 3A
Octal 110 336 276 104 0 16 15 247 105 72
Binary 1001000 11011110 10111110 1000100 0 1110 1101 10100111 1000101 111010

Color Harmonies of #48DEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DEBE

Black with #48DEBE

Text Example


Text Example

White with #48DEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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