Html Css Color HEX #4ACFE2 Medium Turquoise

📋 copy color: '#4ACFE2'

red 74 ◦ green 207 ◦ blue 226

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

Shades of Medium Turquoise #4ACFE2

Tints of Medium Turquoise #4ACFE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 44.58%

R = 14.6%
G = 40.83%
B = 44.58%

CMYK

 C value IS 0.67

 M value IS 0.08

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#4ACFE2 (or 0x4ACFE2) is known color: Medium Turquoise. HEX triplet: 4A, CF and E2. RGB value is (74,207,226). Sum of RGB (Red+Green+Blue) = 74+207+226=507 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.60% from 507); Green value is 207 (81.25% from 255 or 40.83% from 507); Blue value is 226 (88.67% from 255 or 44.58% from 507); Max value from RGB is 226 - color contains mainly: blue. Hex color #4ACFE2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACFE2 is #B5301D. Grayscale: #A9A9A9. Windows color (decimal): -11874334 or 14864202. OLE color: 14864202.

HSL color Cylindrical-coordinate representation of color #4ACFE2: hue angle of 187.5º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ACFE2 is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 74 207 226 -
CMYK 0.67 0.08 0 0.11
HSL 187.5º 0.72% 0.59% -
HSV(B) 187.5º 0.67% 0.89% -
XYZ 38.86 51.57 79.86 -
YUV 169.4 159.94 59.96 -
System Red Green Blue C M Y K H S L
Decimal 74 207 226 0.67 0.08 0 0.11 187.5 0.72 0.59
Hex 4A CF E2 43 8 0 B BC 48 3B
Octal 112 317 342 103 10 0 13 274 110 73
Binary 1001010 11001111 11100010 1000011 1000 0 1011 10111100 1001000 111011

Color Harmonies of #4ACFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACFE2

Black with #4ACFE2

Text Example


Text Example

White with #4ACFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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