Html Css Color HEX #4AECDF Turquoise

📋 copy color: '#4AECDF'

red 74 ◦ green 236 ◦ blue 223

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

Shades of Turquoise #4AECDF

Tints of Turquoise #4AECDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.84%

R = 13.88%
G = 44.28%
B = 41.84%

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

#4AECDF (or 0x4AECDF) is known color: Turquoise. HEX triplet: 4A, EC and DF. RGB value is (74,236,223). Sum of RGB (Red+Green+Blue) = 74+236+223=533 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.88% from 533); Green value is 236 (92.58% from 255 or 44.28% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 236 - color contains mainly: green. Hex color #4AECDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AECDF is #B51320. Grayscale: #B9B9B9. Windows color (decimal): -11866913 or 14675018. OLE color: 14675018.

HSL color Cylindrical-coordinate representation of color #4AECDF: hue angle of 175.19º 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 #4AECDF is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 74 236 223 -
CMYK 0.69 0 0.06 0.07
HSL 175.19º 0.81% 0.61% -
HSV(B) 175.19º 0.69% 0.93% -
XYZ 46.14 66.77 80.27 -
YUV 186.08 148.83 48.06 -
System Red Green Blue C M Y K H S L
Decimal 74 236 223 0.69 0 0.06 0.07 175.19 0.81 0.61
Hex 4A EC DF 45 0 6 7 AF 51 3D
Octal 112 354 337 105 0 6 7 257 121 75
Binary 1001010 11101100 11011111 1000101 0 110 111 10101111 1010001 111101

Color Harmonies of #4AECDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AECDF

Black with #4AECDF

Text Example


Text Example

White with #4AECDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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