Html Css Color HEX #4AECE6 Turquoise

📋 copy color: '#4AECE6'

red 74 ◦ green 236 ◦ blue 230

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

Shades of Turquoise #4AECE6

Tints of Turquoise #4AECE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.59%

R = 13.7%
G = 43.7%
B = 42.59%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#4AECE6 (or 0x4AECE6) is known color: Turquoise. HEX triplet: 4A, EC and E6. RGB value is (74,236,230). Sum of RGB (Red+Green+Blue) = 74+236+230=540 (71% of max value = 765). Red value is 74 (29.30% from 255 or 13.70% from 540); Green value is 236 (92.58% from 255 or 43.70% from 540); Blue value is 230 (90.23% from 255 or 42.59% from 540); Max value from RGB is 236 - color contains mainly: green. Hex color #4AECE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AECE6 is #B51319. Grayscale: #BABABA. Windows color (decimal): -11866906 or 15133770. OLE color: 15133770.

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

Color convert

RGB 74 236 230 -
CMYK 0.69 0 0.03 0.07
HSL 177.78º 0.81% 0.61% -
HSV(B) 177.78º 0.69% 0.93% -
XYZ 47.1 67.16 85.34 -
YUV 186.88 152.33 47.49 -
System Red Green Blue C M Y K H S L
Decimal 74 236 230 0.69 0 0.03 0.07 177.78 0.81 0.61
Hex 4A EC E6 45 0 3 7 B2 51 3D
Octal 112 354 346 105 0 3 7 262 121 75
Binary 1001010 11101100 11100110 1000101 0 11 111 10110010 1010001 111101

Color Harmonies of #4AECE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AECE6

Black with #4AECE6

Text Example


Text Example

White with #4AECE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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