Html Css Color HEX #48FCBA Turquoise

📋 copy color: '#48FCBA'

red 72 ◦ green 252 ◦ blue 186

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

Shades of Turquoise #48FCBA

Tints of Turquoise #48FCBA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.41%

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

R = 14.12%
G = 49.41%
B = 36.47%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#48FCBA (or 0x48FCBA) is known color: Turquoise. HEX triplet: 48, FC and BA. RGB value is (72,252,186). Sum of RGB (Red+Green+Blue) = 72+252+186=510 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.12% from 510); Green value is 252 (98.83% from 255 or 49.41% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 252 - color contains mainly: green. Hex color #48FCBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FCBA is #B70345. Grayscale: #BEBEBE. Windows color (decimal): -11993926 or 12254280. OLE color: 12254280.

HSL color Cylindrical-coordinate representation of color #48FCBA: hue angle of 158º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48FCBA is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 72 252 186 -
CMYK 0.71 0 0.26 0.01
HSL 158º 0.97% 0.64% -
HSV(B) 158º 0.71% 0.99% -
XYZ 46.35 74.54 58.4 -
YUV 190.66 125.37 43.37 -
System Red Green Blue C M Y K H S L
Decimal 72 252 186 0.71 0 0.26 0.01 158 0.97 0.64
Hex 48 FC BA 47 0 1A 1 9E 61 40
Octal 110 374 272 107 0 32 1 236 141 100
Binary 1001000 11111100 10111010 1000111 0 11010 1 10011110 1100001 1000000

Color Harmonies of #48FCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FCBA

Black with #48FCBA

Text Example


Text Example

White with #48FCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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