Html Css Color HEX #4ACEEB Medium Turquoise

📋 copy color: '#4ACEEB'

red 74 ◦ green 206 ◦ blue 235

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

Shades of Medium Turquoise #4ACEEB

Tints of Medium Turquoise #4ACEEB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40%

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

R = 14.37%
G = 40%
B = 45.63%

CMYK

 C value IS 0.69

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4ACEEB (or 0x4ACEEB) is known color: Medium Turquoise. HEX triplet: 4A, CE and EB. RGB value is (74,206,235). Sum of RGB (Red+Green+Blue) = 74+206+235=515 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.37% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 235 (92.19% from 255 or 45.63% from 515); Max value from RGB is 235 - color contains mainly: blue. Hex color #4ACEEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ACEEB is #B53114. Grayscale: #A9A9A9. Windows color (decimal): -11874581 or 15453770. OLE color: 15453770.

HSL color Cylindrical-coordinate representation of color #4ACEEB: hue angle of 190.81º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4ACEEB is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 74 206 235 -
CMYK 0.69 0.12 0 0.08
HSL 190.81º 0.8% 0.61% -
HSV(B) 190.81º 0.69% 0.92% -
XYZ 39.89 51.6 86.45 -
YUV 169.84 164.77 59.64 -
System Red Green Blue C M Y K H S L
Decimal 74 206 235 0.69 0.12 0 0.08 190.81 0.8 0.61
Hex 4A CE EB 45 C 0 8 BF 50 3D
Octal 112 316 353 105 14 0 10 277 120 75
Binary 1001010 11001110 11101011 1000101 1100 0 1000 10111111 1010000 111101

Color Harmonies of #4ACEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACEEB

Black with #4ACEEB

Text Example


Text Example

White with #4ACEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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