Html Css Color HEX #4FE7CF Turquoise

📋 copy color: '#4FE7CF'

red 79 ◦ green 231 ◦ blue 207

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

Shades of Turquoise #4FE7CF

Tints of Turquoise #4FE7CF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 44.68%

 BLUE value IS 207 (81.25% from 255) = 40.04%

R = 15.28%
G = 44.68%
B = 40.04%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#4FE7CF (or 0x4FE7CF) is known color: Turquoise. HEX triplet: 4F, E7 and CF. RGB value is (79,231,207). Sum of RGB (Red+Green+Blue) = 79+231+207=517 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.28% from 517); Green value is 231 (90.62% from 255 or 44.68% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 231 - color contains mainly: green. Hex color #4FE7CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FE7CF is #B01830. Grayscale: #B6B6B6. Windows color (decimal): -11540529 or 13625167. OLE color: 13625167.

HSL color Cylindrical-coordinate representation of color #4FE7CF: hue angle of 170.53º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FE7CF is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 79 231 207 -
CMYK 0.66 0 0.10 0.09
HSL 170.53º 0.76% 0.61% -
HSV(B) 170.53º 0.66% 0.91% -
XYZ 43.06 63.32 68.98 -
YUV 182.82 141.64 53.95 -
System Red Green Blue C M Y K H S L
Decimal 79 231 207 0.66 0 0.10 0.09 170.53 0.76 0.61
Hex 4F E7 CF 42 0 A 9 AB 4C 3D
Octal 117 347 317 102 0 12 11 253 114 75
Binary 1001111 11100111 11001111 1000010 0 1010 1001 10101011 1001100 111101

Color Harmonies of #4FE7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FE7CF

Black with #4FE7CF

Text Example


Text Example

White with #4FE7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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