Html Css Color HEX #4CFDBE Turquoise

📋 copy color: '#4CFDBE'

red 76 ◦ green 253 ◦ blue 190

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

Shades of Turquoise #4CFDBE

Tints of Turquoise #4CFDBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.61%

R = 14.64%
G = 48.75%
B = 36.61%

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

#4CFDBE (or 0x4CFDBE) is known color: Turquoise. HEX triplet: 4C, FD and BE. RGB value is (76,253,190). Sum of RGB (Red+Green+Blue) = 76+253+190=519 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.64% from 519); Green value is 253 (99.22% from 255 or 48.75% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 253 - color contains mainly: green. Hex color #4CFDBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFDBE is #B30241. Grayscale: #C0C0C0. Windows color (decimal): -11731522 or 12516684. OLE color: 12516684.

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

Color convert

RGB 76 253 190 -
CMYK 0.70 0 0.25 0.01
HSL 158.64º 0.98% 0.65% -
HSV(B) 158.64º 0.7% 0.99% -
XYZ 47.4 75.5 60.79 -
YUV 192.9 126.36 44.62 -
System Red Green Blue C M Y K H S L
Decimal 76 253 190 0.70 0 0.25 0.01 158.64 0.98 0.65
Hex 4C FD BE 46 0 19 1 9F 62 41
Octal 114 375 276 106 0 31 1 237 142 101
Binary 1001100 11111101 10111110 1000110 0 11001 1 10011111 1100010 1000001

Color Harmonies of #4CFDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFDBE

Black with #4CFDBE

Text Example


Text Example

White with #4CFDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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