Html Css Color HEX #4FECE2 Turquoise

📋 copy color: '#4FECE2'

red 79 ◦ green 236 ◦ blue 226

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

Shades of Turquoise #4FECE2

Tints of Turquoise #4FECE2

RGB

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

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

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

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

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#4FECE2 (or 0x4FECE2) is known color: Turquoise. HEX triplet: 4F, EC and E2. RGB value is (79,236,226). Sum of RGB (Red+Green+Blue) = 79+236+226=541 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.60% from 541); Green value is 236 (92.58% from 255 or 43.62% from 541); Blue value is 226 (88.67% from 255 or 41.77% from 541); Max value from RGB is 236 - color contains mainly: green. Hex color #4FECE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FECE2 is #B0131D. Grayscale: #BBBBBB. Windows color (decimal): -11539230 or 14871631. OLE color: 14871631.

HSL color Cylindrical-coordinate representation of color #4FECE2: hue angle of 176.18º 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 #4FECE2 is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 79 236 226 -
CMYK 0.67 0 0.04 0.07
HSL 176.18º 0.81% 0.62% -
HSV(B) 176.18º 0.67% 0.93% -
XYZ 46.95 67.14 82.44 -
YUV 187.92 149.49 50.31 -
System Red Green Blue C M Y K H S L
Decimal 79 236 226 0.67 0 0.04 0.07 176.18 0.81 0.62
Hex 4F EC E2 43 0 4 7 B0 51 3E
Octal 117 354 342 103 0 4 7 260 121 76
Binary 1001111 11101100 11100010 1000011 0 100 111 10110000 1010001 111110

Color Harmonies of #4FECE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FECE2

Black with #4FECE2

Text Example


Text Example

White with #4FECE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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