Html Css Color HEX #4FECE7 Turquoise

📋 copy color: '#4FECE7'

red 79 ◦ green 236 ◦ blue 231

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

Shades of Turquoise #4FECE7

Tints of Turquoise #4FECE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42.31%

R = 14.47%
G = 43.22%
B = 42.31%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#4FECE7 (or 0x4FECE7) is known color: Turquoise. HEX triplet: 4F, EC and E7. RGB value is (79,236,231). Sum of RGB (Red+Green+Blue) = 79+236+231=546 (72% of max value = 765). Red value is 79 (31.25% from 255 or 14.47% from 546); Green value is 236 (92.58% from 255 or 43.22% from 546); Blue value is 231 (90.62% from 255 or 42.31% from 546); Max value from RGB is 236 - color contains mainly: green. Hex color #4FECE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FECE7 is #B01318. Grayscale: #BCBCBC. Windows color (decimal): -11539225 or 15199311. OLE color: 15199311.

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

Color convert

RGB 79 236 231 -
CMYK 0.67 0 0.02 0.07
HSL 178.09º 0.81% 0.62% -
HSV(B) 178.09º 0.67% 0.93% -
XYZ 47.64 67.42 86.1 -
YUV 188.49 151.99 49.91 -
System Red Green Blue C M Y K H S L
Decimal 79 236 231 0.67 0 0.02 0.07 178.09 0.81 0.62
Hex 4F EC E7 43 0 2 7 B2 51 3E
Octal 117 354 347 103 0 2 7 262 121 76
Binary 1001111 11101100 11100111 1000011 0 10 111 10110010 1010001 111110

Color Harmonies of #4FECE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FECE7

Black with #4FECE7

Text Example


Text Example

White with #4FECE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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