Html Css Color HEX #4AEDCA Turquoise

📋 copy color: '#4AEDCA'

red 74 ◦ green 237 ◦ blue 202

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

Shades of Turquoise #4AEDCA

Tints of Turquoise #4AEDCA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.2%

 BLUE value IS 202 (79.3% from 255) = 39.38%

R = 14.42%
G = 46.2%
B = 39.38%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#4AEDCA (or 0x4AEDCA) is known color: Turquoise. HEX triplet: 4A, ED and CA. RGB value is (74,237,202). Sum of RGB (Red+Green+Blue) = 74+237+202=513 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.42% from 513); Green value is 237 (92.97% from 255 or 46.20% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 237 - color contains mainly: green. Hex color #4AEDCA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEDCA is #B51235. Grayscale: #B8B8B8. Windows color (decimal): -11866678 or 13299018. OLE color: 13299018.

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

Color convert

RGB 74 237 202 -
CMYK 0.69 0 0.15 0.07
HSL 167.12º 0.82% 0.61% -
HSV(B) 167.12º 0.69% 0.93% -
XYZ 43.77 66.29 66.37 -
YUV 184.27 138 49.35 -
System Red Green Blue C M Y K H S L
Decimal 74 237 202 0.69 0 0.15 0.07 167.12 0.82 0.61
Hex 4A ED CA 45 0 F 7 A7 52 3D
Octal 112 355 312 105 0 17 7 247 122 75
Binary 1001010 11101101 11001010 1000101 0 1111 111 10100111 1010010 111101

Color Harmonies of #4AEDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEDCA

Black with #4AEDCA

Text Example


Text Example

White with #4AEDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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