Html Css Color HEX #4AEDE7 Turquoise

📋 copy color: '#4AEDE7'

red 74 ◦ green 237 ◦ blue 231

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

Shades of Turquoise #4AEDE7

Tints of Turquoise #4AEDE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42.62%

R = 13.65%
G = 43.73%
B = 42.62%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#4AEDE7 (or 0x4AEDE7) is known color: Turquoise. HEX triplet: 4A, ED and E7. RGB value is (74,237,231). Sum of RGB (Red+Green+Blue) = 74+237+231=542 (71% of max value = 765). Red value is 74 (29.30% from 255 or 13.65% from 542); Green value is 237 (92.97% from 255 or 43.73% from 542); Blue value is 231 (90.62% from 255 or 42.62% from 542); Max value from RGB is 237 - color contains mainly: green. Hex color #4AEDE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AEDE7 is #B51218. Grayscale: #BBBBBB. Windows color (decimal): -11866649 or 15199562. OLE color: 15199562.

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

Color convert

RGB 74 237 231 -
CMYK 0.69 0 0.03 0.07
HSL 177.79º 0.82% 0.61% -
HSV(B) 177.79º 0.69% 0.93% -
XYZ 47.53 67.79 86.18 -
YUV 187.58 152.5 46.99 -
System Red Green Blue C M Y K H S L
Decimal 74 237 231 0.69 0 0.03 0.07 177.79 0.82 0.61
Hex 4A ED E7 45 0 3 7 B2 52 3D
Octal 112 355 347 105 0 3 7 262 122 75
Binary 1001010 11101101 11100111 1000101 0 11 111 10110010 1010010 111101

Color Harmonies of #4AEDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEDE7

Black with #4AEDE7

Text Example


Text Example

White with #4AEDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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