Html Css Color HEX #4CFABA Turquoise

📋 copy color: '#4CFABA'

red 76 ◦ green 250 ◦ blue 186

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

Shades of Turquoise #4CFABA

Tints of Turquoise #4CFABA

RGB

 RED value IS 76 (30.08% from 255) = 14.84%

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

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

R = 14.84%
G = 48.83%
B = 36.33%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#4CFABA (or 0x4CFABA) is known color: Turquoise. HEX triplet: 4C, FA and BA. RGB value is (76,250,186). Sum of RGB (Red+Green+Blue) = 76+250+186=512 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.84% from 512); Green value is 250 (98.05% from 255 or 48.83% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 250 - color contains mainly: green. Hex color #4CFABA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFABA is #B30545. Grayscale: #BEBEBE. Windows color (decimal): -11732294 or 12253772. OLE color: 12253772.

HSL color Cylindrical-coordinate representation of color #4CFABA: hue angle of 157.93º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFABA is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 76 250 186 -
CMYK 0.70 0 0.26 0.02
HSL 157.93º 0.95% 0.64% -
HSV(B) 157.93º 0.7% 0.98% -
XYZ 46.03 73.45 58.21 -
YUV 190.68 125.35 46.2 -
System Red Green Blue C M Y K H S L
Decimal 76 250 186 0.70 0 0.26 0.02 157.93 0.95 0.64
Hex 4C FA BA 46 0 1A 2 9E 5F 40
Octal 114 372 272 106 0 32 2 236 137 100
Binary 1001100 11111010 10111010 1000110 0 11010 10 10011110 1011111 1000000

Color Harmonies of #4CFABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFABA

Black with #4CFABA

Text Example


Text Example

White with #4CFABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4CFABA; }

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

 H1.HeaderClassName
 {
   color: #4CFABA;
 }
 .AnyTagClassName
 {
   color: #4CFABA;
 }
</style>

background-color css

<style>
 a { background-color: #4CFABA; }

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

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

border-color css

<style>
 span { border-color: #4CFABA; }

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

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