Html Css Color HEX #48EEBB Turquoise

📋 copy color: '#48EEBB'

red 72 ◦ green 238 ◦ blue 187

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

Shades of Turquoise #48EEBB

Tints of Turquoise #48EEBB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.89%

 BLUE value IS 187 (73.44% from 255) = 37.63%

R = 14.49%
G = 47.89%
B = 37.63%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#48EEBB (or 0x48EEBB) is known color: Turquoise. HEX triplet: 48, EE and BB. RGB value is (72,238,187). Sum of RGB (Red+Green+Blue) = 72+238+187=497 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.49% from 497); Green value is 238 (93.36% from 255 or 47.89% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 238 - color contains mainly: green. Hex color #48EEBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48EEBB is #B71144. Grayscale: #B6B6B6. Windows color (decimal): -11997509 or 12316232. OLE color: 12316232.

HSL color Cylindrical-coordinate representation of color #48EEBB: hue angle of 161.57º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48EEBB is Cyan = 0.70, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 238 187 -
CMYK 0.70 0 0.21 0.07
HSL 161.57º 0.83% 0.61% -
HSV(B) 161.57º 0.7% 0.93% -
XYZ 42.22 66.11 57.55 -
YUV 182.55 130.5 49.15 -
System Red Green Blue C M Y K H S L
Decimal 72 238 187 0.70 0 0.21 0.07 161.57 0.83 0.61
Hex 48 EE BB 46 0 15 7 A2 53 3D
Octal 110 356 273 106 0 25 7 242 123 75
Binary 1001000 11101110 10111011 1000110 0 10101 111 10100010 1010011 111101

Color Harmonies of #48EEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EEBB

Black with #48EEBB

Text Example


Text Example

White with #48EEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,238,187); }

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

background-color css

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

 a { background-color: rgb(72,238,187); }

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

border-color css

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

 span { border-color: rgb(72,238,187); }

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