Html Css Color HEX #4AF6ED Turquoise

📋 copy color: '#4AF6ED'

red 74 ◦ green 246 ◦ blue 237

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

Shades of Turquoise #4AF6ED

Tints of Turquoise #4AF6ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.55%

R = 13.29%
G = 44.17%
B = 42.55%

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

#4AF6ED (or 0x4AF6ED) is known color: Turquoise. HEX triplet: 4A, F6 and ED. RGB value is (74,246,237). Sum of RGB (Red+Green+Blue) = 74+246+237=557 (73% of max value = 765). Red value is 74 (29.30% from 255 or 13.29% from 557); Green value is 246 (96.48% from 255 or 44.17% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 246 - color contains mainly: green. Hex color #4AF6ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AF6ED is #B50912. Grayscale: #C1C1C1. Windows color (decimal): -11864339 or 15595082. OLE color: 15595082.

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

Color convert

RGB 74 246 237 -
CMYK 0.70 0 0.04 0.04
HSL 176.86º 0.91% 0.63% -
HSV(B) 176.86º 0.7% 0.96% -
XYZ 51.07 73.48 91.61 -
YUV 193.55 152.52 42.73 -
System Red Green Blue C M Y K H S L
Decimal 74 246 237 0.70 0 0.04 0.04 176.86 0.91 0.63
Hex 4A F6 ED 46 0 4 4 B1 5B 3F
Octal 112 366 355 106 0 4 4 261 133 77
Binary 1001010 11110110 11101101 1000110 0 100 100 10110001 1011011 111111

Color Harmonies of #4AF6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF6ED

Black with #4AF6ED

Text Example


Text Example

White with #4AF6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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