Html Css Color HEX #4AEDCE Turquoise

📋 copy color: '#4AEDCE'

red 74 ◦ green 237 ◦ blue 206

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

Shades of Turquoise #4AEDCE

Tints of Turquoise #4AEDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.85%

R = 14.31%
G = 45.84%
B = 39.85%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#4AEDCE (or 0x4AEDCE) is known color: Turquoise. HEX triplet: 4A, ED and CE. RGB value is (74,237,206). Sum of RGB (Red+Green+Blue) = 74+237+206=517 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.31% from 517); Green value is 237 (92.97% from 255 or 45.84% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 237 - color contains mainly: green. Hex color #4AEDCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEDCE is #B51231. Grayscale: #B8B8B8. Windows color (decimal): -11866674 or 13561162. OLE color: 13561162.

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

Color convert

RGB 74 237 206 -
CMYK 0.69 0 0.13 0.07
HSL 168.59º 0.82% 0.61% -
HSV(B) 168.59º 0.69% 0.93% -
XYZ 44.25 66.48 68.89 -
YUV 184.73 140 49.02 -
System Red Green Blue C M Y K H S L
Decimal 74 237 206 0.69 0 0.13 0.07 168.59 0.82 0.61
Hex 4A ED CE 45 0 D 7 A9 52 3D
Octal 112 355 316 105 0 15 7 251 122 75
Binary 1001010 11101101 11001110 1000101 0 1101 111 10101001 1010010 111101

Color Harmonies of #4AEDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEDCE

Black with #4AEDCE

Text Example


Text Example

White with #4AEDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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