Html Css Color HEX #4AEDE6 Turquoise

📋 copy color: '#4AEDE6'

red 74 ◦ green 237 ◦ blue 230

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

Shades of Turquoise #4AEDE6

Tints of Turquoise #4AEDE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.51%

R = 13.68%
G = 43.81%
B = 42.51%

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

#4AEDE6 (or 0x4AEDE6) is known color: Turquoise. HEX triplet: 4A, ED and E6. RGB value is (74,237,230). Sum of RGB (Red+Green+Blue) = 74+237+230=541 (71% of max value = 765). Red value is 74 (29.30% from 255 or 13.68% from 541); Green value is 237 (92.97% from 255 or 43.81% from 541); Blue value is 230 (90.23% from 255 or 42.51% from 541); Max value from RGB is 237 - color contains mainly: green. Hex color #4AEDE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AEDE6 is #B51219. Grayscale: #BBBBBB. Windows color (decimal): -11866650 or 15134026. OLE color: 15134026.

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

Color convert

RGB 74 237 230 -
CMYK 0.69 0 0.03 0.07
HSL 177.42º 0.82% 0.61% -
HSV(B) 177.42º 0.69% 0.93% -
XYZ 47.39 67.74 85.44 -
YUV 187.47 152 47.07 -
System Red Green Blue C M Y K H S L
Decimal 74 237 230 0.69 0 0.03 0.07 177.42 0.82 0.61
Hex 4A ED E6 45 0 3 7 B1 52 3D
Octal 112 355 346 105 0 3 7 261 122 75
Binary 1001010 11101101 11100110 1000101 0 11 111 10110001 1010010 111101

Color Harmonies of #4AEDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEDE6

Black with #4AEDE6

Text Example


Text Example

White with #4AEDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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