Html Css Color HEX #4AECDD Turquoise

📋 copy color: '#4AECDD'

red 74 ◦ green 236 ◦ blue 221

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

Shades of Turquoise #4AECDD

Tints of Turquoise #4AECDD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.44%

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

R = 13.94%
G = 44.44%
B = 41.62%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#4AECDD (or 0x4AECDD) is known color: Turquoise. HEX triplet: 4A, EC and DD. RGB value is (74,236,221). Sum of RGB (Red+Green+Blue) = 74+236+221=531 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.94% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 236 - color contains mainly: green. Hex color #4AECDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AECDD is #B51322. Grayscale: #B9B9B9. Windows color (decimal): -11866915 or 14543946. OLE color: 14543946.

HSL color Cylindrical-coordinate representation of color #4AECDD: hue angle of 174.44º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AECDD is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 74 236 221 -
CMYK 0.69 0 0.06 0.07
HSL 174.44º 0.81% 0.61% -
HSV(B) 174.44º 0.69% 0.93% -
XYZ 45.87 66.67 78.86 -
YUV 185.85 147.83 48.22 -
System Red Green Blue C M Y K H S L
Decimal 74 236 221 0.69 0 0.06 0.07 174.44 0.81 0.61
Hex 4A EC DD 45 0 6 7 AE 51 3D
Octal 112 354 335 105 0 6 7 256 121 75
Binary 1001010 11101100 11011101 1000101 0 110 111 10101110 1010001 111101

Color Harmonies of #4AECDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AECDD

Black with #4AECDD

Text Example


Text Example

White with #4AECDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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