Html Css Color HEX #48DEC1 Turquoise

📋 copy color: '#48DEC1'

red 72 ◦ green 222 ◦ blue 193

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

Shades of Turquoise #48DEC1

Tints of Turquoise #48DEC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.63%

R = 14.78%
G = 45.59%
B = 39.63%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#48DEC1 (or 0x48DEC1) is known color: Turquoise. HEX triplet: 48, DE and C1. RGB value is (72,222,193). Sum of RGB (Red+Green+Blue) = 72+222+193=487 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.78% from 487); Green value is 222 (87.11% from 255 or 45.59% from 487); Blue value is 193 (75.78% from 255 or 39.63% from 487); Max value from RGB is 222 - color contains mainly: green. Hex color #48DEC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DEC1 is #B7213E. Grayscale: #ADADAD. Windows color (decimal): -12001599 or 12705352. OLE color: 12705352.

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

Color convert

RGB 72 222 193 -
CMYK 0.68 0 0.13 0.13
HSL 168.4º 0.69% 0.58% -
HSV(B) 168.4º 0.68% 0.87% -
XYZ 38.42 57.47 59.52 -
YUV 173.84 138.81 55.36 -
System Red Green Blue C M Y K H S L
Decimal 72 222 193 0.68 0 0.13 0.13 168.4 0.69 0.58
Hex 48 DE C1 44 0 D D A8 45 3A
Octal 110 336 301 104 0 15 15 250 105 72
Binary 1001000 11011110 11000001 1000100 0 1101 1101 10101000 1000101 111010

Color Harmonies of #48DEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DEC1

Black with #48DEC1

Text Example


Text Example

White with #48DEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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