Html Css Color HEX #4AE0ED Turquoise

📋 copy color: '#4AE0ED'

red 74 ◦ green 224 ◦ blue 237

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

Shades of Turquoise #4AE0ED

Tints of Turquoise #4AE0ED

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.87%

 BLUE value IS 237 (92.97% from 255) = 44.3%

R = 13.83%
G = 41.87%
B = 44.3%

CMYK

 C value IS 0.69

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4AE0ED (or 0x4AE0ED) is known color: Turquoise. HEX triplet: 4A, E0 and ED. RGB value is (74,224,237). Sum of RGB (Red+Green+Blue) = 74+224+237=535 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.83% from 535); Green value is 224 (87.89% from 255 or 41.87% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #4AE0ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4AE0ED is #B51F12. Grayscale: #B4B4B4. Windows color (decimal): -11869971 or 15589450. OLE color: 15589450.

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

Color convert

RGB 74 224 237 -
CMYK 0.69 0.05 0 0.07
HSL 184.79º 0.82% 0.61% -
HSV(B) 184.79º 0.69% 0.93% -
XYZ 44.77 60.88 89.51 -
YUV 180.63 159.81 51.94 -
System Red Green Blue C M Y K H S L
Decimal 74 224 237 0.69 0.05 0 0.07 184.79 0.82 0.61
Hex 4A E0 ED 45 5 0 7 B9 52 3D
Octal 112 340 355 105 5 0 7 271 122 75
Binary 1001010 11100000 11101101 1000101 101 0 111 10111001 1010010 111101

Color Harmonies of #4AE0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE0ED

Black with #4AE0ED

Text Example


Text Example

White with #4AE0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,224,237); }

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

background-color css

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

 a { background-color: rgb(74,224,237); }

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

border-color css

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

 span { border-color: rgb(74,224,237); }

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