Html Css Color HEX #4ACCEA Medium Turquoise

📋 copy color: '#4ACCEA'

red 74 ◦ green 204 ◦ blue 234

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

Shades of Medium Turquoise #4ACCEA

Tints of Medium Turquoise #4ACCEA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.84%

 BLUE value IS 234 (91.8% from 255) = 45.7%

R = 14.45%
G = 39.84%
B = 45.7%

CMYK

 C value IS 0.68

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4ACCEA (or 0x4ACCEA) is known color: Medium Turquoise. HEX triplet: 4A, CC and EA. RGB value is (74,204,234). Sum of RGB (Red+Green+Blue) = 74+204+234=512 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.45% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #4ACCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ACCEA is #B53315. Grayscale: #A8A8A8. Windows color (decimal): -11875094 or 15387722. OLE color: 15387722.

HSL color Cylindrical-coordinate representation of color #4ACCEA: hue angle of 191.25º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4ACCEA is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 74 204 234 -
CMYK 0.68 0.13 0 0.08
HSL 191.25º 0.79% 0.6% -
HSV(B) 191.25º 0.68% 0.92% -
XYZ 39.27 50.58 85.54 -
YUV 168.55 164.93 60.56 -
System Red Green Blue C M Y K H S L
Decimal 74 204 234 0.68 0.13 0 0.08 191.25 0.79 0.6
Hex 4A CC EA 44 D 0 8 BF 4F 3C
Octal 112 314 352 104 15 0 10 277 117 74
Binary 1001010 11001100 11101010 1000100 1101 0 1000 10111111 1001111 111100

Color Harmonies of #4ACCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACCEA

Black with #4ACCEA

Text Example


Text Example

White with #4ACCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,204,234); }

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

background-color css

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

 a { background-color: rgb(74,204,234); }

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

border-color css

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

 span { border-color: rgb(74,204,234); }

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