Html Css Color HEX #48FABA Turquoise

📋 copy color: '#48FABA'

red 72 ◦ green 250 ◦ blue 186

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

Shades of Turquoise #48FABA

Tints of Turquoise #48FABA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.21%

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

R = 14.17%
G = 49.21%
B = 36.61%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#48FABA (or 0x48FABA) is known color: Turquoise. HEX triplet: 48, FA and BA. RGB value is (72,250,186). Sum of RGB (Red+Green+Blue) = 72+250+186=508 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.17% from 508); Green value is 250 (98.05% from 255 or 49.21% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 250 - color contains mainly: green. Hex color #48FABA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FABA is #B70545. Grayscale: #BDBDBD. Windows color (decimal): -11994438 or 12253768. OLE color: 12253768.

HSL color Cylindrical-coordinate representation of color #48FABA: hue angle of 158.43º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48FABA is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 72 250 186 -
CMYK 0.71 0 0.26 0.02
HSL 158.43º 0.95% 0.63% -
HSV(B) 158.43º 0.71% 0.98% -
XYZ 45.72 73.29 58.19 -
YUV 189.48 126.03 44.2 -
System Red Green Blue C M Y K H S L
Decimal 72 250 186 0.71 0 0.26 0.02 158.43 0.95 0.63
Hex 48 FA BA 47 0 1A 2 9E 5F 3F
Octal 110 372 272 107 0 32 2 236 137 77
Binary 1001000 11111010 10111010 1000111 0 11010 10 10011110 1011111 111111

Color Harmonies of #48FABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FABA

Black with #48FABA

Text Example


Text Example

White with #48FABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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