Html Css Color HEX #4AEBF1 Turquoise

📋 copy color: '#4AEBF1'

red 74 ◦ green 235 ◦ blue 241

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

Shades of Turquoise #4AEBF1

Tints of Turquoise #4AEBF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.82%

R = 13.45%
G = 42.73%
B = 43.82%

CMYK

 C value IS 0.69

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4AEBF1 (or 0x4AEBF1) is known color: Turquoise. HEX triplet: 4A, EB and F1. RGB value is (74,235,241). Sum of RGB (Red+Green+Blue) = 74+235+241=550 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.45% from 550); Green value is 235 (92.19% from 255 or 42.73% from 550); Blue value is 241 (94.53% from 255 or 43.82% from 550); Max value from RGB is 241 - color contains mainly: blue. Hex color #4AEBF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AEBF1 is #B5140E. Grayscale: #BBBBBB. Windows color (decimal): -11867151 or 15854410. OLE color: 15854410.

HSL color Cylindrical-coordinate representation of color #4AEBF1: hue angle of 182.16º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AEBF1 is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 74 235 241 -
CMYK 0.69 0.02 0 0.05
HSL 182.16º 0.86% 0.62% -
HSV(B) 182.16º 0.69% 0.95% -
XYZ 48.41 67.22 93.64 -
YUV 187.55 158.16 47.01 -
System Red Green Blue C M Y K H S L
Decimal 74 235 241 0.69 0.02 0 0.05 182.16 0.86 0.62
Hex 4A EB F1 45 2 0 5 B6 56 3E
Octal 112 353 361 105 2 0 5 266 126 76
Binary 1001010 11101011 11110001 1000101 10 0 101 10110110 1010110 111110

Color Harmonies of #4AEBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEBF1

Black with #4AEBF1

Text Example


Text Example

White with #4AEBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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