Html Css Color HEX #48D9EC Turquoise

📋 copy color: '#48D9EC'

red 72 ◦ green 217 ◦ blue 236

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

Shades of Turquoise #48D9EC

Tints of Turquoise #48D9EC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.33%

 BLUE value IS 236 (92.58% from 255) = 44.95%

R = 13.71%
G = 41.33%
B = 44.95%

CMYK

 C value IS 0.69

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#48D9EC (or 0x48D9EC) is known color: Turquoise. HEX triplet: 48, D9 and EC. RGB value is (72,217,236). Sum of RGB (Red+Green+Blue) = 72+217+236=525 (69% of max value = 765). Red value is 72 (28.52% from 255 or 13.71% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #48D9EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48D9EC is #B72613. Grayscale: #AFAFAF. Windows color (decimal): -12002836 or 15522120. OLE color: 15522120.

HSL color Cylindrical-coordinate representation of color #48D9EC: hue angle of 186.95º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48D9EC is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 217 236 -
CMYK 0.69 0.08 0 0.07
HSL 186.95º 0.81% 0.6% -
HSV(B) 186.95º 0.69% 0.93% -
XYZ 42.63 57.06 88.12 -
YUV 175.81 161.96 53.96 -
System Red Green Blue C M Y K H S L
Decimal 72 217 236 0.69 0.08 0 0.07 186.95 0.81 0.6
Hex 48 D9 EC 45 8 0 7 BB 51 3C
Octal 110 331 354 105 10 0 7 273 121 74
Binary 1001000 11011001 11101100 1000101 1000 0 111 10111011 1010001 111100

Color Harmonies of #48D9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D9EC

Black with #48D9EC

Text Example


Text Example

White with #48D9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,217,236); }

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

background-color css

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

 a { background-color: rgb(72,217,236); }

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

border-color css

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

 span { border-color: rgb(72,217,236); }

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