Html Css Color HEX #4AEBEB Turquoise

📋 copy color: '#4AEBEB'

red 74 ◦ green 235 ◦ blue 235

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

Shades of Turquoise #4AEBEB

Tints of Turquoise #4AEBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.2%

R = 13.6%
G = 43.2%
B = 43.2%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4AEBEB (or 0x4AEBEB) is known color: Turquoise. HEX triplet: 4A, EB and EB. RGB value is (74,235,235). Sum of RGB (Red+Green+Blue) = 74+235+235=544 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.60% from 544); Green value is 235 (92.19% from 255 or 43.20% from 544); Blue value is 235 (92.19% from 255 or 43.20% from 544); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #4AEBEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AEBEB is #B51414. Grayscale: #BABABA. Windows color (decimal): -11867157 or 15461194. OLE color: 15461194.

HSL color Cylindrical-coordinate representation of color #4AEBEB: hue angle of 180º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AEBEB is Cyan = 0.69, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 74 235 235 -
CMYK 0.69 0 0 0.08
HSL 180º 0.8% 0.61% -
HSV(B) 180º 0.69% 0.92% -
XYZ 47.53 66.87 89 -
YUV 186.86 155.16 47.5 -
System Red Green Blue C M Y K H S L
Decimal 74 235 235 0.69 0 0 0.08 180 0.8 0.61
Hex 4A EB EB 45 0 0 8 B4 50 3D
Octal 112 353 353 105 0 0 10 264 120 75
Binary 1001010 11101011 11101011 1000101 0 0 1000 10110100 1010000 111101

Color Harmonies of #4AEBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEBEB

Black with #4AEBEB

Text Example


Text Example

White with #4AEBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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