Html Css Color HEX #4AECED Turquoise

📋 copy color: '#4AECED'

red 74 ◦ green 236 ◦ blue 237

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

Shades of Turquoise #4AECED

Tints of Turquoise #4AECED

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.14%

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

R = 13.53%
G = 43.14%
B = 43.33%

CMYK

 C value IS 0.69

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4AECED (or 0x4AECED) is known color: Turquoise. HEX triplet: 4A, EC and ED. RGB value is (74,236,237). Sum of RGB (Red+Green+Blue) = 74+236+237=547 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.53% from 547); Green value is 236 (92.58% from 255 or 43.14% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #4AECED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AECED is #B51312. Grayscale: #BBBBBB. Windows color (decimal): -11866899 or 15592522. OLE color: 15592522.

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

Color convert

RGB 74 236 237 -
CMYK 0.69 0.00 0 0.07
HSL 180.37º 0.82% 0.61% -
HSV(B) 180.37º 0.69% 0.93% -
XYZ 48.11 67.56 90.63 -
YUV 187.68 155.83 46.92 -
System Red Green Blue C M Y K H S L
Decimal 74 236 237 0.69 0.00 0 0.07 180.37 0.82 0.61
Hex 4A EC ED 45 0 0 7 B4 52 3D
Octal 112 354 355 105 0 0 7 264 122 75
Binary 1001010 11101100 11101101 1000101 0 0 111 10110100 1010010 111101

Color Harmonies of #4AECED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AECED

Black with #4AECED

Text Example


Text Example

White with #4AECED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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