Html Css Color HEX #48FFBA Turquoise

📋 copy color: '#48FFBA'

red 72 ◦ green 255 ◦ blue 186

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

Shades of Turquoise #48FFBA

Tints of Turquoise #48FFBA

RGB

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

 GREEN value IS 255 (100% from 255) = 49.71%

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

R = 14.04%
G = 49.71%
B = 36.26%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#48FFBA (or 0x48FFBA) is known color: Turquoise. HEX triplet: 48, FF and BA. RGB value is (72,255,186). Sum of RGB (Red+Green+Blue) = 72+255+186=513 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.04% from 513); Green value is 255 (100% from 255 or 49.71% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 255 - color contains mainly: green. Hex color #48FFBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FFBA is #B70045. Grayscale: #C0C0C0. Windows color (decimal): -11993158 or 12255048. OLE color: 12255048.

HSL color Cylindrical-coordinate representation of color #48FFBA: hue angle of 157.38º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48FFBA is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 72 255 186 -
CMYK 0.72 0 0.27 0
HSL 157.38º 1% 0.64% -
HSV(B) 157.38º 0.72% 1% -
XYZ 47.3 76.44 58.72 -
YUV 192.42 124.37 42.11 -
System Red Green Blue C M Y K H S L
Decimal 72 255 186 0.72 0 0.27 0 157.38 1 0.64
Hex 48 FF BA 48 0 1B 0 9D 64 40
Octal 110 377 272 110 0 33 0 235 144 100
Binary 1001000 11111111 10111010 1001000 0 11011 0 10011101 1100100 1000000

Color Harmonies of #48FFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FFBA

Black with #48FFBA

Text Example


Text Example

White with #48FFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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