Html Css Color HEX #4CFAAF Turquoise

📋 copy color: '#4CFAAF'

red 76 ◦ green 250 ◦ blue 175

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

Shades of Turquoise #4CFAAF

Tints of Turquoise #4CFAAF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.9%

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

R = 15.17%
G = 49.9%
B = 34.93%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#4CFAAF (or 0x4CFAAF) is known color: Turquoise. HEX triplet: 4C, FA and AF. RGB value is (76,250,175). Sum of RGB (Red+Green+Blue) = 76+250+175=501 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.17% from 501); Green value is 250 (98.05% from 255 or 49.90% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 250 - color contains mainly: green. Hex color #4CFAAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4CFAAF is #B30550. Grayscale: #BDBDBD. Windows color (decimal): -11732305 or 11532876. OLE color: 11532876.

HSL color Cylindrical-coordinate representation of color #4CFAAF: hue angle of 154.14º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFAAF is Cyan = 0.70, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB 76 250 175 -
CMYK 0.70 0 0.3 0.02
HSL 154.14º 0.95% 0.64% -
HSV(B) 154.14º 0.7% 0.98% -
XYZ 44.9 73 52.28 -
YUV 189.42 119.85 47.1 -
System Red Green Blue C M Y K H S L
Decimal 76 250 175 0.70 0 0.3 0.02 154.14 0.95 0.64
Hex 4C FA AF 46 0 1E 2 9A 5F 40
Octal 114 372 257 106 0 36 2 232 137 100
Binary 1001100 11111010 10101111 1000110 0 11110 10 10011010 1011111 1000000

Color Harmonies of #4CFAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFAAF

Black with #4CFAAF

Text Example


Text Example

White with #4CFAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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