Html Css Color HEX #48EAC5 Turquoise

📋 copy color: '#48EAC5'

red 72 ◦ green 234 ◦ blue 197

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

Shades of Turquoise #48EAC5

Tints of Turquoise #48EAC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 39.17%

R = 14.31%
G = 46.52%
B = 39.17%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#48EAC5 (or 0x48EAC5) is known color: Turquoise. HEX triplet: 48, EA and C5. RGB value is (72,234,197). Sum of RGB (Red+Green+Blue) = 72+234+197=503 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.31% from 503); Green value is 234 (91.80% from 255 or 46.52% from 503); Blue value is 197 (77.34% from 255 or 39.17% from 503); Max value from RGB is 234 - color contains mainly: green. Hex color #48EAC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48EAC5 is #B7153A. Grayscale: #B5B5B5. Windows color (decimal): -11998523 or 12970568. OLE color: 12970568.

HSL color Cylindrical-coordinate representation of color #48EAC5: hue angle of 166.3º 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 #48EAC5 is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 72 234 197 -
CMYK 0.69 0 0.16 0.08
HSL 166.3º 0.79% 0.6% -
HSV(B) 166.3º 0.69% 0.92% -
XYZ 42.17 64.25 63 -
YUV 181.34 136.83 50.01 -
System Red Green Blue C M Y K H S L
Decimal 72 234 197 0.69 0 0.16 0.08 166.3 0.79 0.6
Hex 48 EA C5 45 0 10 8 A6 4F 3C
Octal 110 352 305 105 0 20 10 246 117 74
Binary 1001000 11101010 11000101 1000101 0 10000 1000 10100110 1001111 111100

Color Harmonies of #48EAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EAC5

Black with #48EAC5

Text Example


Text Example

White with #48EAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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