Html Css Color HEX #4CFDBF Turquoise

📋 copy color: '#4CFDBF'

red 76 ◦ green 253 ◦ blue 191

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

Shades of Turquoise #4CFDBF

Tints of Turquoise #4CFDBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.73%

R = 14.62%
G = 48.65%
B = 36.73%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#4CFDBF (or 0x4CFDBF) is known color: Turquoise. HEX triplet: 4C, FD and BF. RGB value is (76,253,191). Sum of RGB (Red+Green+Blue) = 76+253+191=520 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.62% from 520); Green value is 253 (99.22% from 255 or 48.65% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 253 - color contains mainly: green. Hex color #4CFDBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFDBF is #B30240. Grayscale: #C1C1C1. Windows color (decimal): -11731521 or 12582220. OLE color: 12582220.

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

Color convert

RGB 76 253 191 -
CMYK 0.70 0 0.25 0.01
HSL 158.98º 0.98% 0.65% -
HSV(B) 158.98º 0.7% 0.99% -
XYZ 47.51 75.55 61.37 -
YUV 193.01 126.86 44.54 -
System Red Green Blue C M Y K H S L
Decimal 76 253 191 0.70 0 0.25 0.01 158.98 0.98 0.65
Hex 4C FD BF 46 0 19 1 9F 62 41
Octal 114 375 277 106 0 31 1 237 142 101
Binary 1001100 11111101 10111111 1000110 0 11001 1 10011111 1100010 1000001

Color Harmonies of #4CFDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFDBF

Black with #4CFDBF

Text Example


Text Example

White with #4CFDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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