Html Css Color HEX #4ACFEB Medium Turquoise

📋 copy color: '#4ACFEB'

red 74 ◦ green 207 ◦ blue 235

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

Shades of Medium Turquoise #4ACFEB

Tints of Medium Turquoise #4ACFEB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.12%

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

R = 14.34%
G = 40.12%
B = 45.54%

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

#4ACFEB (or 0x4ACFEB) is known color: Medium Turquoise. HEX triplet: 4A, CF and EB. RGB value is (74,207,235). Sum of RGB (Red+Green+Blue) = 74+207+235=516 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.34% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 235 (92.19% from 255 or 45.54% from 516); Max value from RGB is 235 - color contains mainly: blue. Hex color #4ACFEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ACFEB is #B53014. Grayscale: #AAAAAA. Windows color (decimal): -11874325 or 15454026. OLE color: 15454026.

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

Color convert

RGB 74 207 235 -
CMYK 0.69 0.12 0 0.08
HSL 190.43º 0.8% 0.61% -
HSV(B) 190.43º 0.69% 0.92% -
XYZ 40.13 52.08 86.53 -
YUV 170.43 164.44 59.22 -
System Red Green Blue C M Y K H S L
Decimal 74 207 235 0.69 0.12 0 0.08 190.43 0.8 0.61
Hex 4A CF EB 45 C 0 8 BE 50 3D
Octal 112 317 353 105 14 0 10 276 120 75
Binary 1001010 11001111 11101011 1000101 1100 0 1000 10111110 1010000 111101

Color Harmonies of #4ACFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACFEB

Black with #4ACFEB

Text Example


Text Example

White with #4ACFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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