Html Css Color HEX #4FF9BE Turquoise

📋 copy color: '#4FF9BE'

red 79 ◦ green 249 ◦ blue 190

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

Shades of Turquoise #4FF9BE

Tints of Turquoise #4FF9BE

RGB

 RED value IS 79 (31.25% from 255) = 15.25%

 GREEN value IS 249 (97.66% from 255) = 48.07%

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

R = 15.25%
G = 48.07%
B = 36.68%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#4FF9BE (or 0x4FF9BE) is known color: Turquoise. HEX triplet: 4F, F9 and BE. RGB value is (79,249,190). Sum of RGB (Red+Green+Blue) = 79+249+190=518 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.25% from 518); Green value is 249 (97.66% from 255 or 48.07% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 249 - color contains mainly: green. Hex color #4FF9BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FF9BE is #B00641. Grayscale: #BFBFBF. Windows color (decimal): -11535938 or 12515663. OLE color: 12515663.

HSL color Cylindrical-coordinate representation of color #4FF9BE: hue angle of 159.18º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FF9BE is Cyan = 0.68, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 79 249 190 -
CMYK 0.68 0 0.24 0.02
HSL 159.18º 0.93% 0.64% -
HSV(B) 159.18º 0.68% 0.98% -
XYZ 46.39 73.13 60.39 -
YUV 191.44 127.18 47.8 -
System Red Green Blue C M Y K H S L
Decimal 79 249 190 0.68 0 0.24 0.02 159.18 0.93 0.64
Hex 4F F9 BE 44 0 18 2 9F 5D 40
Octal 117 371 276 104 0 30 2 237 135 100
Binary 1001111 11111001 10111110 1000100 0 11000 10 10011111 1011101 1000000

Color Harmonies of #4FF9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FF9BE

Black with #4FF9BE

Text Example


Text Example

White with #4FF9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,249,190); }

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

background-color css

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

 a { background-color: rgb(79,249,190); }

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

border-color css

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

 span { border-color: rgb(79,249,190); }

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