Html Css Color HEX #48EABD Turquoise

📋 copy color: '#48EABD'

red 72 ◦ green 234 ◦ blue 189

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

Shades of Turquoise #48EABD

Tints of Turquoise #48EABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.18%

R = 14.55%
G = 47.27%
B = 38.18%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#48EABD (or 0x48EABD) is known color: Turquoise. HEX triplet: 48, EA and BD. RGB value is (72,234,189). Sum of RGB (Red+Green+Blue) = 72+234+189=495 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.55% from 495); Green value is 234 (91.80% from 255 or 47.27% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 234 - color contains mainly: green. Hex color #48EABD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48EABD is #B71542. Grayscale: #B4B4B4. Windows color (decimal): -11998531 or 12446280. OLE color: 12446280.

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

Color convert

RGB 72 234 189 -
CMYK 0.69 0 0.19 0.08
HSL 163.33º 0.79% 0.6% -
HSV(B) 163.33º 0.69% 0.92% -
XYZ 41.28 63.9 58.3 -
YUV 180.43 132.83 50.66 -
System Red Green Blue C M Y K H S L
Decimal 72 234 189 0.69 0 0.19 0.08 163.33 0.79 0.6
Hex 48 EA BD 45 0 13 8 A3 4F 3C
Octal 110 352 275 105 0 23 10 243 117 74
Binary 1001000 11101010 10111101 1000101 0 10011 1000 10100011 1001111 111100

Color Harmonies of #48EABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EABD

Black with #48EABD

Text Example


Text Example

White with #48EABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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