Html Css Color HEX #4AECEB Turquoise

📋 copy color: '#4AECEB'

red 74 ◦ green 236 ◦ blue 235

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

Shades of Turquoise #4AECEB

Tints of Turquoise #4AECEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.12%

R = 13.58%
G = 43.3%
B = 43.12%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#4AECEB (or 0x4AECEB) is known color: Turquoise. HEX triplet: 4A, EC and EB. RGB value is (74,236,235). Sum of RGB (Red+Green+Blue) = 74+236+235=545 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.58% from 545); Green value is 236 (92.58% from 255 or 43.30% from 545); Blue value is 235 (92.19% from 255 or 43.12% from 545); Max value from RGB is 236 - color contains mainly: green. Hex color #4AECEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AECEB is #B51314. Grayscale: #BBBBBB. Windows color (decimal): -11866901 or 15461450. OLE color: 15461450.

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

Color convert

RGB 74 236 235 -
CMYK 0.69 0 0.00 0.07
HSL 179.63º 0.81% 0.61% -
HSV(B) 179.63º 0.69% 0.93% -
XYZ 47.81 67.44 89.1 -
YUV 187.45 154.83 47.08 -
System Red Green Blue C M Y K H S L
Decimal 74 236 235 0.69 0 0.00 0.07 179.63 0.81 0.61
Hex 4A EC EB 45 0 0 7 B4 51 3D
Octal 112 354 353 105 0 0 7 264 121 75
Binary 1001010 11101100 11101011 1000101 0 0 111 10110100 1010001 111101

Color Harmonies of #4AECEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AECEB

Black with #4AECEB

Text Example


Text Example

White with #4AECEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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