Html Css Color HEX #4AF8AF Turquoise

📋 copy color: '#4AF8AF'

red 74 ◦ green 248 ◦ blue 175

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

Shades of Turquoise #4AF8AF

Tints of Turquoise #4AF8AF

RGB

 RED value IS 74 (29.3% from 255) = 14.89%

 GREEN value IS 248 (97.27% from 255) = 49.9%

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

R = 14.89%
G = 49.9%
B = 35.21%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#4AF8AF (or 0x4AF8AF) is known color: Turquoise. HEX triplet: 4A, F8 and AF. RGB value is (74,248,175). Sum of RGB (Red+Green+Blue) = 74+248+175=497 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.89% from 497); Green value is 248 (97.27% from 255 or 49.90% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 248 - color contains mainly: green. Hex color #4AF8AF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AF8AF is #B50750. Grayscale: #BBBBBB. Windows color (decimal): -11863889 or 11532362. OLE color: 11532362.

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

Color convert

RGB 74 248 175 -
CMYK 0.70 0 0.29 0.03
HSL 154.83º 0.93% 0.63% -
HSV(B) 154.83º 0.7% 0.97% -
XYZ 44.13 71.69 52.07 -
YUV 187.65 120.85 46.94 -
System Red Green Blue C M Y K H S L
Decimal 74 248 175 0.70 0 0.29 0.03 154.83 0.93 0.63
Hex 4A F8 AF 46 0 1D 3 9B 5D 3F
Octal 112 370 257 106 0 35 3 233 135 77
Binary 1001010 11111000 10101111 1000110 0 11101 11 10011011 1011101 111111

Color Harmonies of #4AF8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF8AF

Black with #4AF8AF

Text Example


Text Example

White with #4AF8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,248,175); }

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

background-color css

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

 a { background-color: rgb(74,248,175); }

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

border-color css

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

 span { border-color: rgb(74,248,175); }

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