Html Css Color HEX #4CF7AF Turquoise

📋 copy color: '#4CF7AF'

red 76 ◦ green 247 ◦ blue 175

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

Shades of Turquoise #4CF7AF

Tints of Turquoise #4CF7AF

RGB

 RED value IS 76 (30.08% from 255) = 15.26%

 GREEN value IS 247 (96.88% from 255) = 49.6%

 BLUE value IS 175 (68.75% from 255) = 35.14%

R = 15.26%
G = 49.6%
B = 35.14%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#4CF7AF (or 0x4CF7AF) is known color: Turquoise. HEX triplet: 4C, F7 and AF. RGB value is (76,247,175). Sum of RGB (Red+Green+Blue) = 76+247+175=498 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.26% from 498); Green value is 247 (96.88% from 255 or 49.60% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 247 - color contains mainly: green. Hex color #4CF7AF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4CF7AF is #B30850. Grayscale: #BBBBBB. Windows color (decimal): -11733073 or 11532108. OLE color: 11532108.

HSL color Cylindrical-coordinate representation of color #4CF7AF: hue angle of 154.74º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CF7AF is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB 76 247 175 -
CMYK 0.69 0 0.29 0.03
HSL 154.74º 0.91% 0.63% -
HSV(B) 154.74º 0.69% 0.97% -
XYZ 43.98 71.15 51.97 -
YUV 187.66 120.85 48.35 -
System Red Green Blue C M Y K H S L
Decimal 76 247 175 0.69 0 0.29 0.03 154.74 0.91 0.63
Hex 4C F7 AF 45 0 1D 3 9B 5B 3F
Octal 114 367 257 105 0 35 3 233 133 77
Binary 1001100 11110111 10101111 1000101 0 11101 11 10011011 1011011 111111

Color Harmonies of #4CF7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF7AF

Black with #4CF7AF

Text Example


Text Example

White with #4CF7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,247,175); }

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

background-color css

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

 a { background-color: rgb(76,247,175); }

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

border-color css

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

 span { border-color: rgb(76,247,175); }

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