Html Css Color HEX #4AF4DD Turquoise

📋 copy color: '#4AF4DD'

red 74 ◦ green 244 ◦ blue 221

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

Shades of Turquoise #4AF4DD

Tints of Turquoise #4AF4DD

RGB

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

 GREEN value IS 244 (95.7% from 255) = 45.27%

 BLUE value IS 221 (86.72% from 255) = 41%

R = 13.73%
G = 45.27%
B = 41%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#4AF4DD (or 0x4AF4DD) is known color: Turquoise. HEX triplet: 4A, F4 and DD. RGB value is (74,244,221). Sum of RGB (Red+Green+Blue) = 74+244+221=539 (71% of max value = 765). Red value is 74 (29.30% from 255 or 13.73% from 539); Green value is 244 (95.70% from 255 or 45.27% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 244 - color contains mainly: green. Hex color #4AF4DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AF4DD is #B50B22. Grayscale: #BEBEBE. Windows color (decimal): -11864867 or 14545994. OLE color: 14545994.

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

Color convert

RGB 74 244 221 -
CMYK 0.70 0 0.09 0.04
HSL 171.88º 0.89% 0.62% -
HSV(B) 171.88º 0.7% 0.96% -
XYZ 48.23 71.38 79.64 -
YUV 190.55 145.18 44.87 -
System Red Green Blue C M Y K H S L
Decimal 74 244 221 0.70 0 0.09 0.04 171.88 0.89 0.62
Hex 4A F4 DD 46 0 9 4 AC 59 3E
Octal 112 364 335 106 0 11 4 254 131 76
Binary 1001010 11110100 11011101 1000110 0 1001 100 10101100 1011001 111110

Color Harmonies of #4AF4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF4DD

Black with #4AF4DD

Text Example


Text Example

White with #4AF4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,244,221); }

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

background-color css

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

 a { background-color: rgb(74,244,221); }

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

border-color css

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

 span { border-color: rgb(74,244,221); }

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