Html Css Color HEX #4AECEC Turquoise

📋 copy color: '#4AECEC'

red 74 ◦ green 236 ◦ blue 236

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

Shades of Turquoise #4AECEC

Tints of Turquoise #4AECEC

RGB

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

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

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

R = 13.55%
G = 43.22%
B = 43.22%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4AECEC (or 0x4AECEC) is known color: Turquoise. HEX triplet: 4A, EC and EC. RGB value is (74,236,236). Sum of RGB (Red+Green+Blue) = 74+236+236=546 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.55% from 546); Green value is 236 (92.58% from 255 or 43.22% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #4AECEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AECEC is #B51313. Grayscale: #BBBBBB. Windows color (decimal): -11866900 or 15526986. OLE color: 15526986.

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

Color convert

RGB 74 236 236 -
CMYK 0.69 0 0 0.07
HSL 180º 0.81% 0.61% -
HSV(B) 180º 0.69% 0.93% -
XYZ 47.96 67.5 89.86 -
YUV 187.56 155.33 47 -
System Red Green Blue C M Y K H S L
Decimal 74 236 236 0.69 0 0 0.07 180 0.81 0.61
Hex 4A EC EC 45 0 0 7 B4 51 3D
Octal 112 354 354 105 0 0 7 264 121 75
Binary 1001010 11101100 11101100 1000101 0 0 111 10110100 1010001 111101

Color Harmonies of #4AECEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AECEC

Black with #4AECEC

Text Example


Text Example

White with #4AECEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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