Html Css Color HEX #4AEDED Turquoise

📋 copy color: '#4AEDED'

red 74 ◦ green 237 ◦ blue 237

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

Shades of Turquoise #4AEDED

Tints of Turquoise #4AEDED

RGB

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

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

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

R = 13.5%
G = 43.25%
B = 43.25%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4AEDED (or 0x4AEDED) is known color: Turquoise. HEX triplet: 4A, ED and ED. RGB value is (74,237,237). Sum of RGB (Red+Green+Blue) = 74+237+237=548 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.50% from 548); Green value is 237 (92.97% from 255 or 43.25% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #4AEDED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AEDED is #B51212. Grayscale: #BCBCBC. Windows color (decimal): -11866643 or 15592778. OLE color: 15592778.

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

Color convert

RGB 74 237 237 -
CMYK 0.69 0 0 0.07
HSL 180º 0.82% 0.61% -
HSV(B) 180º 0.69% 0.93% -
XYZ 48.39 68.14 90.72 -
YUV 188.26 155.5 46.5 -
System Red Green Blue C M Y K H S L
Decimal 74 237 237 0.69 0 0 0.07 180 0.82 0.61
Hex 4A ED ED 45 0 0 7 B4 52 3D
Octal 112 355 355 105 0 0 7 264 122 75
Binary 1001010 11101101 11101101 1000101 0 0 111 10110100 1010010 111101

Color Harmonies of #4AEDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEDED

Black with #4AEDED

Text Example


Text Example

White with #4AEDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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