Html Css Color HEX #4CFAB6 Turquoise

📋 copy color: '#4CFAB6'

red 76 ◦ green 250 ◦ blue 182

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

Shades of Turquoise #4CFAB6

Tints of Turquoise #4CFAB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.83%

R = 14.96%
G = 49.21%
B = 35.83%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#4CFAB6 (or 0x4CFAB6) is known color: Turquoise. HEX triplet: 4C, FA and B6. RGB value is (76,250,182). Sum of RGB (Red+Green+Blue) = 76+250+182=508 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.96% from 508); Green value is 250 (98.05% from 255 or 49.21% from 508); Blue value is 182 (71.48% from 255 or 35.83% from 508); Max value from RGB is 250 - color contains mainly: green. Hex color #4CFAB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFAB6 is #B30549. Grayscale: #BEBEBE. Windows color (decimal): -11732298 or 11991628. OLE color: 11991628.

HSL color Cylindrical-coordinate representation of color #4CFAB6: hue angle of 156.55º 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 #4CFAB6 is Cyan = 0.70, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB 76 250 182 -
CMYK 0.70 0 0.27 0.02
HSL 156.55º 0.95% 0.64% -
HSV(B) 156.55º 0.7% 0.98% -
XYZ 45.61 73.29 56 -
YUV 190.22 123.35 46.53 -
System Red Green Blue C M Y K H S L
Decimal 76 250 182 0.70 0 0.27 0.02 156.55 0.95 0.64
Hex 4C FA B6 46 0 1B 2 9D 5F 40
Octal 114 372 266 106 0 33 2 235 137 100
Binary 1001100 11111010 10110110 1000110 0 11011 10 10011101 1011111 1000000

Color Harmonies of #4CFAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFAB6

Black with #4CFAB6

Text Example


Text Example

White with #4CFAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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