Html Css Color HEX #4CFAD3 Turquoise

📋 copy color: '#4CFAD3'

red 76 ◦ green 250 ◦ blue 211

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

Shades of Turquoise #4CFAD3

Tints of Turquoise #4CFAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 39.29%

R = 14.15%
G = 46.55%
B = 39.29%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#4CFAD3 (or 0x4CFAD3) is known color: Turquoise. HEX triplet: 4C, FA and D3. RGB value is (76,250,211). Sum of RGB (Red+Green+Blue) = 76+250+211=537 (71% of max value = 765). Red value is 76 (30.08% from 255 or 14.15% from 537); Green value is 250 (98.05% from 255 or 46.55% from 537); Blue value is 211 (82.81% from 255 or 39.29% from 537); Max value from RGB is 250 - color contains mainly: green. Hex color #4CFAD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFAD3 is #B3052C. Grayscale: #C1C1C1. Windows color (decimal): -11732269 or 13892172. OLE color: 13892172.

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

Color convert

RGB 76 250 211 -
CMYK 0.70 0 0.16 0.02
HSL 166.55º 0.95% 0.64% -
HSV(B) 166.55º 0.7% 0.98% -
XYZ 48.92 74.61 73.45 -
YUV 193.53 137.85 44.17 -
System Red Green Blue C M Y K H S L
Decimal 76 250 211 0.70 0 0.16 0.02 166.55 0.95 0.64
Hex 4C FA D3 46 0 10 2 A7 5F 40
Octal 114 372 323 106 0 20 2 247 137 100
Binary 1001100 11111010 11010011 1000110 0 10000 10 10100111 1011111 1000000

Color Harmonies of #4CFAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFAD3

Black with #4CFAD3

Text Example


Text Example

White with #4CFAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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