Html Css Color HEX #48E6BA Turquoise

📋 copy color: '#48E6BA'

red 72 ◦ green 230 ◦ blue 186

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

Shades of Turquoise #48E6BA

Tints of Turquoise #48E6BA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 47.13%

 BLUE value IS 186 (73.05% from 255) = 38.11%

R = 14.75%
G = 47.13%
B = 38.11%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#48E6BA (or 0x48E6BA) is known color: Turquoise. HEX triplet: 48, E6 and BA. RGB value is (72,230,186). Sum of RGB (Red+Green+Blue) = 72+230+186=488 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.75% from 488); Green value is 230 (90.23% from 255 or 47.13% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 230 - color contains mainly: green. Hex color #48E6BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48E6BA is #B71945. Grayscale: #B1B1B1. Windows color (decimal): -11999558 or 12248648. OLE color: 12248648.

HSL color Cylindrical-coordinate representation of color #48E6BA: hue angle of 163.29º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48E6BA is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 72 230 186 -
CMYK 0.69 0 0.19 0.10
HSL 163.29º 0.76% 0.59% -
HSV(B) 163.29º 0.69% 0.9% -
XYZ 39.83 61.52 56.23 -
YUV 177.74 132.65 52.58 -
System Red Green Blue C M Y K H S L
Decimal 72 230 186 0.69 0 0.19 0.10 163.29 0.76 0.59
Hex 48 E6 BA 45 0 13 A A3 4C 3B
Octal 110 346 272 105 0 23 12 243 114 73
Binary 1001000 11100110 10111010 1000101 0 10011 1010 10100011 1001100 111011

Color Harmonies of #48E6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E6BA

Black with #48E6BA

Text Example


Text Example

White with #48E6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,230,186); }

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

background-color css

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

 a { background-color: rgb(72,230,186); }

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

border-color css

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

 span { border-color: rgb(72,230,186); }

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