Html Css Color HEX #4FF2C6 Turquoise

📋 copy color: '#4FF2C6'

red 79 ◦ green 242 ◦ blue 198

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

Shades of Turquoise #4FF2C6

Tints of Turquoise #4FF2C6

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.63%

 BLUE value IS 198 (77.73% from 255) = 38.15%

R = 15.22%
G = 46.63%
B = 38.15%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#4FF2C6 (or 0x4FF2C6) is known color: Turquoise. HEX triplet: 4F, F2 and C6. RGB value is (79,242,198). Sum of RGB (Red+Green+Blue) = 79+242+198=519 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.22% from 519); Green value is 242 (94.92% from 255 or 46.63% from 519); Blue value is 198 (77.73% from 255 or 38.15% from 519); Max value from RGB is 242 - color contains mainly: green. Hex color #4FF2C6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FF2C6 is #B00D39. Grayscale: #BCBCBC. Windows color (decimal): -11537722 or 13038159. OLE color: 13038159.

HSL color Cylindrical-coordinate representation of color #4FF2C6: hue angle of 163.8º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FF2C6 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB 79 242 198 -
CMYK 0.67 0 0.18 0.05
HSL 163.8º 0.86% 0.63% -
HSV(B) 163.8º 0.67% 0.95% -
XYZ 45.17 69.24 64.41 -
YUV 188.25 133.5 50.08 -
System Red Green Blue C M Y K H S L
Decimal 79 242 198 0.67 0 0.18 0.05 163.8 0.86 0.63
Hex 4F F2 C6 43 0 12 5 A4 56 3F
Octal 117 362 306 103 0 22 5 244 126 77
Binary 1001111 11110010 11000110 1000011 0 10010 101 10100100 1010110 111111

Color Harmonies of #4FF2C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FF2C6

Black with #4FF2C6

Text Example


Text Example

White with #4FF2C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,242,198); }

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

background-color css

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

 a { background-color: rgb(79,242,198); }

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

border-color css

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

 span { border-color: rgb(79,242,198); }

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