Html Css Color HEX #4AEECF Turquoise

📋 copy color: '#4AEECF'

red 74 ◦ green 238 ◦ blue 207

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

Shades of Turquoise #4AEECF

Tints of Turquoise #4AEECF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.86%

 BLUE value IS 207 (81.25% from 255) = 39.88%

R = 14.26%
G = 45.86%
B = 39.88%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#4AEECF (or 0x4AEECF) is known color: Turquoise. HEX triplet: 4A, EE and CF. RGB value is (74,238,207). Sum of RGB (Red+Green+Blue) = 74+238+207=519 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.26% from 519); Green value is 238 (93.36% from 255 or 45.86% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 238 - color contains mainly: green. Hex color #4AEECF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEECF is #B51130. Grayscale: #B9B9B9. Windows color (decimal): -11866417 or 13626954. OLE color: 13626954.

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

Color convert

RGB 74 238 207 -
CMYK 0.69 0 0.13 0.07
HSL 168.66º 0.83% 0.61% -
HSV(B) 168.66º 0.69% 0.93% -
XYZ 44.66 67.11 69.63 -
YUV 185.43 140.17 48.52 -
System Red Green Blue C M Y K H S L
Decimal 74 238 207 0.69 0 0.13 0.07 168.66 0.83 0.61
Hex 4A EE CF 45 0 D 7 A9 53 3D
Octal 112 356 317 105 0 15 7 251 123 75
Binary 1001010 11101110 11001111 1000101 0 1101 111 10101001 1010011 111101

Color Harmonies of #4AEECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEECF

Black with #4AEECF

Text Example


Text Example

White with #4AEECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,238,207); }

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

background-color css

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

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

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

border-color css

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

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

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