Html Css Color HEX #4FECDE Turquoise

📋 copy color: '#4FECDE'

red 79 ◦ green 236 ◦ blue 222

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

Shades of Turquoise #4FECDE

Tints of Turquoise #4FECDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.34%

R = 14.71%
G = 43.95%
B = 41.34%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#4FECDE (or 0x4FECDE) is known color: Turquoise. HEX triplet: 4F, EC and DE. RGB value is (79,236,222). Sum of RGB (Red+Green+Blue) = 79+236+222=537 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.71% from 537); Green value is 236 (92.58% from 255 or 43.95% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 236 - color contains mainly: green. Hex color #4FECDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FECDE is #B01321. Grayscale: #BBBBBB. Windows color (decimal): -11539234 or 14609487. OLE color: 14609487.

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

Color convert

RGB 79 236 222 -
CMYK 0.67 0 0.06 0.07
HSL 174.65º 0.81% 0.62% -
HSV(B) 174.65º 0.67% 0.93% -
XYZ 46.4 66.93 79.58 -
YUV 187.46 147.49 50.64 -
System Red Green Blue C M Y K H S L
Decimal 79 236 222 0.67 0 0.06 0.07 174.65 0.81 0.62
Hex 4F EC DE 43 0 6 7 AF 51 3E
Octal 117 354 336 103 0 6 7 257 121 76
Binary 1001111 11101100 11011110 1000011 0 110 111 10101111 1010001 111110

Color Harmonies of #4FECDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FECDE

Black with #4FECDE

Text Example


Text Example

White with #4FECDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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