Html Css Color HEX #48EABA Turquoise

📋 copy color: '#48EABA'

red 72 ◦ green 234 ◦ blue 186

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

Shades of Turquoise #48EABA

Tints of Turquoise #48EABA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.56%

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

R = 14.63%
G = 47.56%
B = 37.8%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#48EABA (or 0x48EABA) is known color: Turquoise. HEX triplet: 48, EA and BA. RGB value is (72,234,186). Sum of RGB (Red+Green+Blue) = 72+234+186=492 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.63% from 492); Green value is 234 (91.80% from 255 or 47.56% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 234 - color contains mainly: green. Hex color #48EABA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48EABA is #B71545. Grayscale: #B4B4B4. Windows color (decimal): -11998534 or 12249672. OLE color: 12249672.

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

Color convert

RGB 72 234 186 -
CMYK 0.69 0 0.21 0.08
HSL 162.22º 0.79% 0.6% -
HSV(B) 162.22º 0.69% 0.92% -
XYZ 40.96 63.77 56.6 -
YUV 180.09 131.33 50.9 -
System Red Green Blue C M Y K H S L
Decimal 72 234 186 0.69 0 0.21 0.08 162.22 0.79 0.6
Hex 48 EA BA 45 0 15 8 A2 4F 3C
Octal 110 352 272 105 0 25 10 242 117 74
Binary 1001000 11101010 10111010 1000101 0 10101 1000 10100010 1001111 111100

Color Harmonies of #48EABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EABA

Black with #48EABA

Text Example


Text Example

White with #48EABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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