Html Css Color HEX #48DEBC Turquoise

📋 copy color: '#48DEBC'

red 72 ◦ green 222 ◦ blue 188

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

Shades of Turquoise #48DEBC

Tints of Turquoise #48DEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39%

R = 14.94%
G = 46.06%
B = 39%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#48DEBC (or 0x48DEBC) is known color: Turquoise. HEX triplet: 48, DE and BC. RGB value is (72,222,188). Sum of RGB (Red+Green+Blue) = 72+222+188=482 (63% of max value = 765). Red value is 72 (28.52% from 255 or 14.94% from 482); Green value is 222 (87.11% from 255 or 46.06% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 222 - color contains mainly: green. Hex color #48DEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DEBC is #B72143. Grayscale: #ADADAD. Windows color (decimal): -12001604 or 12377672. OLE color: 12377672.

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

Color convert

RGB 72 222 188 -
CMYK 0.68 0 0.15 0.13
HSL 166.4º 0.69% 0.58% -
HSV(B) 166.4º 0.68% 0.87% -
XYZ 37.87 57.25 56.63 -
YUV 173.27 136.31 55.76 -
System Red Green Blue C M Y K H S L
Decimal 72 222 188 0.68 0 0.15 0.13 166.4 0.69 0.58
Hex 48 DE BC 44 0 F D A6 45 3A
Octal 110 336 274 104 0 17 15 246 105 72
Binary 1001000 11011110 10111100 1000100 0 1111 1101 10100110 1000101 111010

Color Harmonies of #48DEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DEBC

Black with #48DEBC

Text Example


Text Example

White with #48DEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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