Html Css Color HEX #48D3E9 Medium Turquoise

📋 copy color: '#48D3E9'

red 72 ◦ green 211 ◦ blue 233

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

Shades of Medium Turquoise #48D3E9

Tints of Medium Turquoise #48D3E9

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.89%

 BLUE value IS 233 (91.41% from 255) = 45.16%

R = 13.95%
G = 40.89%
B = 45.16%

CMYK

 C value IS 0.69

 M value IS 0.09

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#48D3E9 (or 0x48D3E9) is known color: Medium Turquoise. HEX triplet: 48, D3 and E9. RGB value is (72,211,233). Sum of RGB (Red+Green+Blue) = 72+211+233=516 (68% of max value = 765). Red value is 72 (28.52% from 255 or 13.95% from 516); Green value is 211 (82.81% from 255 or 40.89% from 516); Blue value is 233 (91.41% from 255 or 45.16% from 516); Max value from RGB is 233 - color contains mainly: blue. Hex color #48D3E9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48D3E9 is #B72C16. Grayscale: #ABABAB. Windows color (decimal): -12004375 or 15323976. OLE color: 15323976.

HSL color Cylindrical-coordinate representation of color #48D3E9: hue angle of 188.2º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48D3E9 is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 72 211 233 -
CMYK 0.69 0.09 0 0.09
HSL 188.2º 0.79% 0.6% -
HSV(B) 188.2º 0.69% 0.91% -
XYZ 40.67 53.85 85.34 -
YUV 171.95 162.45 56.71 -
System Red Green Blue C M Y K H S L
Decimal 72 211 233 0.69 0.09 0 0.09 188.2 0.79 0.6
Hex 48 D3 E9 45 9 0 9 BC 4F 3C
Octal 110 323 351 105 11 0 11 274 117 74
Binary 1001000 11010011 11101001 1000101 1001 0 1001 10111100 1001111 111100

Color Harmonies of #48D3E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D3E9

Black with #48D3E9

Text Example


Text Example

White with #48D3E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,211,233); }

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

background-color css

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

 a { background-color: rgb(72,211,233); }

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

border-color css

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

 span { border-color: rgb(72,211,233); }

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