Html Css Color HEX #48F1BA Turquoise

📋 copy color: '#48F1BA'

red 72 ◦ green 241 ◦ blue 186

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

Shades of Turquoise #48F1BA

Tints of Turquoise #48F1BA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.3%

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

R = 14.43%
G = 48.3%
B = 37.27%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#48F1BA (or 0x48F1BA) is known color: Turquoise. HEX triplet: 48, F1 and BA. RGB value is (72,241,186). Sum of RGB (Red+Green+Blue) = 72+241+186=499 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.43% from 499); Green value is 241 (94.53% from 255 or 48.30% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 241 - color contains mainly: green. Hex color #48F1BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48F1BA is #B70E45. Grayscale: #B8B8B8. Windows color (decimal): -11996742 or 12251464. OLE color: 12251464.

HSL color Cylindrical-coordinate representation of color #48F1BA: hue angle of 160.47º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48F1BA is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 72 241 186 -
CMYK 0.70 0 0.23 0.05
HSL 160.47º 0.86% 0.61% -
HSV(B) 160.47º 0.7% 0.95% -
XYZ 42.99 67.83 57.28 -
YUV 184.2 129.01 47.97 -
System Red Green Blue C M Y K H S L
Decimal 72 241 186 0.70 0 0.23 0.05 160.47 0.86 0.61
Hex 48 F1 BA 46 0 17 5 A0 56 3D
Octal 110 361 272 106 0 27 5 240 126 75
Binary 1001000 11110001 10111010 1000110 0 10111 101 10100000 1010110 111101

Color Harmonies of #48F1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F1BA

Black with #48F1BA

Text Example


Text Example

White with #48F1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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