Html Css Color HEX #4AEBEF Turquoise

📋 copy color: '#4AEBEF'

red 74 ◦ green 235 ◦ blue 239

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

Shades of Turquoise #4AEBEF

Tints of Turquoise #4AEBEF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.88%

 BLUE value IS 239 (93.75% from 255) = 43.61%

R = 13.5%
G = 42.88%
B = 43.61%

CMYK

 C value IS 0.69

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4AEBEF (or 0x4AEBEF) is known color: Turquoise. HEX triplet: 4A, EB and EF. RGB value is (74,235,239). Sum of RGB (Red+Green+Blue) = 74+235+239=548 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.50% from 548); Green value is 235 (92.19% from 255 or 42.88% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 239 - color contains mainly: blue. Hex color #4AEBEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AEBEF is #B51410. Grayscale: #BBBBBB. Windows color (decimal): -11867153 or 15723338. OLE color: 15723338.

HSL color Cylindrical-coordinate representation of color #4AEBEF: hue angle of 181.45º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AEBEF is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 74 235 239 -
CMYK 0.69 0.02 0 0.06
HSL 181.45º 0.84% 0.61% -
HSV(B) 181.45º 0.69% 0.94% -
XYZ 48.11 67.1 92.08 -
YUV 187.32 157.16 47.17 -
System Red Green Blue C M Y K H S L
Decimal 74 235 239 0.69 0.02 0 0.06 181.45 0.84 0.61
Hex 4A EB EF 45 2 0 6 B5 54 3D
Octal 112 353 357 105 2 0 6 265 124 75
Binary 1001010 11101011 11101111 1000101 10 0 110 10110101 1010100 111101

Color Harmonies of #4AEBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEBEF

Black with #4AEBEF

Text Example


Text Example

White with #4AEBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,235,239); }

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

background-color css

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

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

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

border-color css

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

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

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