Html Css Color HEX #4AEDF3 Turquoise

📋 copy color: '#4AEDF3'

red 74 ◦ green 237 ◦ blue 243

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

Shades of Turquoise #4AEDF3

Tints of Turquoise #4AEDF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 43.86%

R = 13.36%
G = 42.78%
B = 43.86%

CMYK

 C value IS 0.70

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4AEDF3 (or 0x4AEDF3) is known color: Turquoise. HEX triplet: 4A, ED and F3. RGB value is (74,237,243). Sum of RGB (Red+Green+Blue) = 74+237+243=554 (73% of max value = 765). Red value is 74 (29.30% from 255 or 13.36% from 554); Green value is 237 (92.97% from 255 or 42.78% from 554); Blue value is 243 (95.31% from 255 or 43.86% from 554); Max value from RGB is 243 - color contains mainly: blue. Hex color #4AEDF3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AEDF3 is #B5120C. Grayscale: #BCBCBC. Windows color (decimal): -11866637 or 15985994. OLE color: 15985994.

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

Color convert

RGB 74 237 243 -
CMYK 0.70 0.02 0 0.05
HSL 182.13º 0.88% 0.62% -
HSV(B) 182.13º 0.7% 0.95% -
XYZ 49.29 68.5 95.42 -
YUV 188.95 158.5 46.01 -
System Red Green Blue C M Y K H S L
Decimal 74 237 243 0.70 0.02 0 0.05 182.13 0.88 0.62
Hex 4A ED F3 46 2 0 5 B6 58 3E
Octal 112 355 363 106 2 0 5 266 130 76
Binary 1001010 11101101 11110011 1000110 10 0 101 10110110 1011000 111110

Color Harmonies of #4AEDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEDF3

Black with #4AEDF3

Text Example


Text Example

White with #4AEDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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