Html Css Color HEX #48EBBE Turquoise

📋 copy color: '#48EBBE'

red 72 ◦ green 235 ◦ blue 190

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

Shades of Turquoise #48EBBE

Tints of Turquoise #48EBBE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.28%

 BLUE value IS 190 (74.61% from 255) = 38.23%

R = 14.49%
G = 47.28%
B = 38.23%

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

#48EBBE (or 0x48EBBE) is known color: Turquoise. HEX triplet: 48, EB and BE. RGB value is (72,235,190). Sum of RGB (Red+Green+Blue) = 72+235+190=497 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.49% from 497); Green value is 235 (92.19% from 255 or 47.28% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 235 - color contains mainly: green. Hex color #48EBBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48EBBE is #B71441. Grayscale: #B5B5B5. Windows color (decimal): -11998274 or 12512072. OLE color: 12512072.

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

Color convert

RGB 72 235 190 -
CMYK 0.69 0 0.19 0.08
HSL 163.44º 0.8% 0.6% -
HSV(B) 163.44º 0.69% 0.92% -
XYZ 41.68 64.51 58.97 -
YUV 181.13 133 50.16 -
System Red Green Blue C M Y K H S L
Decimal 72 235 190 0.69 0 0.19 0.08 163.44 0.8 0.6
Hex 48 EB BE 45 0 13 8 A3 50 3C
Octal 110 353 276 105 0 23 10 243 120 74
Binary 1001000 11101011 10111110 1000101 0 10011 1000 10100011 1010000 111100

Color Harmonies of #48EBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EBBE

Black with #48EBBE

Text Example


Text Example

White with #48EBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,235,190); }

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

background-color css

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

 a { background-color: rgb(72,235,190); }

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

border-color css

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

 span { border-color: rgb(72,235,190); }

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