Html Css Color HEX #4FE2EC Turquoise Blue

📋 copy color: '#4FE2EC'

red 79 ◦ green 226 ◦ blue 236

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

Shades of Turquoise Blue #4FE2EC

Tints of Turquoise Blue #4FE2EC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.77%

 BLUE value IS 236 (92.58% from 255) = 43.62%

R = 14.6%
G = 41.77%
B = 43.62%

CMYK

 C value IS 0.67

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4FE2EC (or 0x4FE2EC) is known color: Turquoise Blue. HEX triplet: 4F, E2 and EC. RGB value is (79,226,236). Sum of RGB (Red+Green+Blue) = 79+226+236=541 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.60% from 541); Green value is 226 (88.67% from 255 or 41.77% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #4FE2EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FE2EC is #B01D13. Grayscale: #B7B7B7. Windows color (decimal): -11541780 or 15524431. OLE color: 15524431.

HSL color Cylindrical-coordinate representation of color #4FE2EC: hue angle of 183.82º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FE2EC is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 79 226 236 -
CMYK 0.67 0.04 0 0.07
HSL 183.82º 0.81% 0.62% -
HSV(B) 183.82º 0.67% 0.93% -
XYZ 45.56 62.11 88.94 -
YUV 183.19 157.8 53.69 -
System Red Green Blue C M Y K H S L
Decimal 79 226 236 0.67 0.04 0 0.07 183.82 0.81 0.62
Hex 4F E2 EC 43 4 0 7 B8 51 3E
Octal 117 342 354 103 4 0 7 270 121 76
Binary 1001111 11100010 11101100 1000011 100 0 111 10111000 1010001 111110

Color Harmonies of #4FE2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FE2EC

Black with #4FE2EC

Text Example


Text Example

White with #4FE2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,226,236); }

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

background-color css

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

 a { background-color: rgb(79,226,236); }

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

border-color css

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

 span { border-color: rgb(79,226,236); }

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