Html Css Color HEX #4AF1DD Turquoise

📋 copy color: '#4AF1DD'

red 74 ◦ green 241 ◦ blue 221

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

Shades of Turquoise #4AF1DD

Tints of Turquoise #4AF1DD

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.96%

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

R = 13.81%
G = 44.96%
B = 41.23%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#4AF1DD (or 0x4AF1DD) is known color: Turquoise. HEX triplet: 4A, F1 and DD. RGB value is (74,241,221). Sum of RGB (Red+Green+Blue) = 74+241+221=536 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.81% from 536); Green value is 241 (94.53% from 255 or 44.96% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 241 - color contains mainly: green. Hex color #4AF1DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AF1DD is #B50E22. Grayscale: #BCBCBC. Windows color (decimal): -11865635 or 14545226. OLE color: 14545226.

HSL color Cylindrical-coordinate representation of color #4AF1DD: hue angle of 172.81º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AF1DD is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 74 241 221 -
CMYK 0.69 0 0.08 0.05
HSL 172.81º 0.86% 0.62% -
HSV(B) 172.81º 0.69% 0.95% -
XYZ 47.33 69.59 79.34 -
YUV 188.79 146.17 46.13 -
System Red Green Blue C M Y K H S L
Decimal 74 241 221 0.69 0 0.08 0.05 172.81 0.86 0.62
Hex 4A F1 DD 45 0 8 5 AD 56 3E
Octal 112 361 335 105 0 10 5 255 126 76
Binary 1001010 11110001 11011101 1000101 0 1000 101 10101101 1010110 111110

Color Harmonies of #4AF1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF1DD

Black with #4AF1DD

Text Example


Text Example

White with #4AF1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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