Html Css Color HEX #4CFDBA Turquoise

📋 copy color: '#4CFDBA'

red 76 ◦ green 253 ◦ blue 186

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

Shades of Turquoise #4CFDBA

Tints of Turquoise #4CFDBA

RGB

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

 GREEN value IS 253 (99.22% from 255) = 49.13%

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

R = 14.76%
G = 49.13%
B = 36.12%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#4CFDBA (or 0x4CFDBA) is known color: Turquoise. HEX triplet: 4C, FD and BA. RGB value is (76,253,186). Sum of RGB (Red+Green+Blue) = 76+253+186=515 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.76% from 515); Green value is 253 (99.22% from 255 or 49.13% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 253 - color contains mainly: green. Hex color #4CFDBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFDBA is #B30245. Grayscale: #C0C0C0. Windows color (decimal): -11731526 or 12254540. OLE color: 12254540.

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

Color convert

RGB 76 253 186 -
CMYK 0.70 0 0.26 0.01
HSL 157.29º 0.98% 0.65% -
HSV(B) 157.29º 0.7% 0.99% -
XYZ 46.97 75.33 58.52 -
YUV 192.44 124.36 44.95 -
System Red Green Blue C M Y K H S L
Decimal 76 253 186 0.70 0 0.26 0.01 157.29 0.98 0.65
Hex 4C FD BA 46 0 1A 1 9D 62 41
Octal 114 375 272 106 0 32 1 235 142 101
Binary 1001100 11111101 10111010 1000110 0 11010 1 10011101 1100010 1000001

Color Harmonies of #4CFDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFDBA

Black with #4CFDBA

Text Example


Text Example

White with #4CFDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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