Html Css Color HEX #4AF6EA Turquoise

📋 copy color: '#4AF6EA'

red 74 ◦ green 246 ◦ blue 234

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

Shades of Turquoise #4AF6EA

Tints of Turquoise #4AF6EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.24%

R = 13.36%
G = 44.4%
B = 42.24%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#4AF6EA (or 0x4AF6EA) is known color: Turquoise. HEX triplet: 4A, F6 and EA. RGB value is (74,246,234). Sum of RGB (Red+Green+Blue) = 74+246+234=554 (73% of max value = 765). Red value is 74 (29.30% from 255 or 13.36% from 554); Green value is 246 (96.48% from 255 or 44.40% from 554); Blue value is 234 (91.80% from 255 or 42.24% from 554); Max value from RGB is 246 - color contains mainly: green. Hex color #4AF6EA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AF6EA is #B50915. Grayscale: #C1C1C1. Windows color (decimal): -11864342 or 15398474. OLE color: 15398474.

HSL color Cylindrical-coordinate representation of color #4AF6EA: hue angle of 175.81º 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 #4AF6EA is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB 74 246 234 -
CMYK 0.70 0 0.05 0.04
HSL 175.81º 0.91% 0.63% -
HSV(B) 175.81º 0.7% 0.96% -
XYZ 50.63 73.31 89.32 -
YUV 193.2 151.02 42.98 -
System Red Green Blue C M Y K H S L
Decimal 74 246 234 0.70 0 0.05 0.04 175.81 0.91 0.63
Hex 4A F6 EA 46 0 5 4 B0 5B 3F
Octal 112 366 352 106 0 5 4 260 133 77
Binary 1001010 11110110 11101010 1000110 0 101 100 10110000 1011011 111111

Color Harmonies of #4AF6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF6EA

Black with #4AF6EA

Text Example


Text Example

White with #4AF6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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