Html Css Color HEX #4AF6EB Turquoise

📋 copy color: '#4AF6EB'

red 74 ◦ green 246 ◦ blue 235

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

Shades of Turquoise #4AF6EB

Tints of Turquoise #4AF6EB

RGB

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

 GREEN value IS 246 (96.48% from 255) = 44.32%

 BLUE value IS 235 (92.19% from 255) = 42.34%

R = 13.33%
G = 44.32%
B = 42.34%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#4AF6EB (or 0x4AF6EB) is known color: Turquoise. HEX triplet: 4A, F6 and EB. RGB value is (74,246,235). Sum of RGB (Red+Green+Blue) = 74+246+235=555 (73% of max value = 765). Red value is 74 (29.30% from 255 or 13.33% from 555); Green value is 246 (96.48% from 255 or 44.32% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 246 - color contains mainly: green. Hex color #4AF6EB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AF6EB is #B50914. Grayscale: #C1C1C1. Windows color (decimal): -11864341 or 15464010. OLE color: 15464010.

HSL color Cylindrical-coordinate representation of color #4AF6EB: hue angle of 176.16º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF6EB is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 74 246 235 -
CMYK 0.70 0 0.04 0.04
HSL 176.16º 0.91% 0.63% -
HSV(B) 176.16º 0.7% 0.96% -
XYZ 50.78 73.37 90.08 -
YUV 193.32 151.52 42.89 -
System Red Green Blue C M Y K H S L
Decimal 74 246 235 0.70 0 0.04 0.04 176.16 0.91 0.63
Hex 4A F6 EB 46 0 4 4 B0 5B 3F
Octal 112 366 353 106 0 4 4 260 133 77
Binary 1001010 11110110 11101011 1000110 0 100 100 10110000 1011011 111111

Color Harmonies of #4AF6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF6EB

Black with #4AF6EB

Text Example


Text Example

White with #4AF6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,246,235); }

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

background-color css

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

 a { background-color: rgb(74,246,235); }

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

border-color css

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

 span { border-color: rgb(74,246,235); }

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