Html Css Color HEX #48F6BB Turquoise

📋 copy color: '#48F6BB'

red 72 ◦ green 246 ◦ blue 187

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

Shades of Turquoise #48F6BB

Tints of Turquoise #48F6BB

RGB

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

 GREEN value IS 246 (96.48% from 255) = 48.71%

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

R = 14.26%
G = 48.71%
B = 37.03%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#48F6BB (or 0x48F6BB) is known color: Turquoise. HEX triplet: 48, F6 and BB. RGB value is (72,246,187). Sum of RGB (Red+Green+Blue) = 72+246+187=505 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.26% from 505); Green value is 246 (96.48% from 255 or 48.71% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 246 - color contains mainly: green. Hex color #48F6BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48F6BB is #B70944. Grayscale: #BBBBBB. Windows color (decimal): -11995461 or 12318280. OLE color: 12318280.

HSL color Cylindrical-coordinate representation of color #48F6BB: hue angle of 159.66º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48F6BB is Cyan = 0.71, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 72 246 187 -
CMYK 0.71 0 0.24 0.04
HSL 159.66º 0.91% 0.62% -
HSV(B) 159.66º 0.71% 0.96% -
XYZ 44.6 70.88 58.34 -
YUV 187.25 127.85 45.8 -
System Red Green Blue C M Y K H S L
Decimal 72 246 187 0.71 0 0.24 0.04 159.66 0.91 0.62
Hex 48 F6 BB 47 0 18 4 A0 5B 3E
Octal 110 366 273 107 0 30 4 240 133 76
Binary 1001000 11110110 10111011 1000111 0 11000 100 10100000 1011011 111110

Color Harmonies of #48F6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F6BB

Black with #48F6BB

Text Example


Text Example

White with #48F6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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