Html Css Color HEX #4AFEEC Turquoise

📋 copy color: '#4AFEEC'

red 74 ◦ green 254 ◦ blue 236

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

Shades of Turquoise #4AFEEC

Tints of Turquoise #4AFEEC

RGB

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

 GREEN value IS 254 (99.61% from 255) = 45.04%

 BLUE value IS 236 (92.58% from 255) = 41.84%

R = 13.12%
G = 45.04%
B = 41.84%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#4AFEEC (or 0x4AFEEC) is known color: Turquoise. HEX triplet: 4A, FE and EC. RGB value is (74,254,236). Sum of RGB (Red+Green+Blue) = 74+254+236=564 (74% of max value = 765). Red value is 74 (29.30% from 255 or 13.12% from 564); Green value is 254 (99.61% from 255 or 45.04% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 254 - color contains mainly: green. Hex color #4AFEEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AFEEC is #B50113. Grayscale: #C6C6C6. Windows color (decimal): -11862292 or 15531594. OLE color: 15531594.

HSL color Cylindrical-coordinate representation of color #4AFEEC: hue angle of 174º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFEEC is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB 74 254 236 -
CMYK 0.71 0 0.07 0.00
HSL 174º 0.99% 0.64% -
HSV(B) 174º 0.71% 1% -
XYZ 53.41 78.4 91.67 -
YUV 198.13 149.37 39.46 -
System Red Green Blue C M Y K H S L
Decimal 74 254 236 0.71 0 0.07 0.00 174 0.99 0.64
Hex 4A FE EC 47 0 7 0 AE 63 40
Octal 112 376 354 107 0 7 0 256 143 100
Binary 1001010 11111110 11101100 1000111 0 111 0 10101110 1100011 1000000

Color Harmonies of #4AFEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFEEC

Black with #4AFEEC

Text Example


Text Example

White with #4AFEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,254,236); }

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

background-color css

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

 a { background-color: rgb(74,254,236); }

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

border-color css

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

 span { border-color: rgb(74,254,236); }

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