Html Css Color HEX #4AFFCE Turquoise

📋 copy color: '#4AFFCE'

red 74 ◦ green 255 ◦ blue 206

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

Shades of Turquoise #4AFFCE

Tints of Turquoise #4AFFCE

RGB

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

 GREEN value IS 255 (100% from 255) = 47.66%

 BLUE value IS 206 (80.86% from 255) = 38.5%

R = 13.83%
G = 47.66%
B = 38.5%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#4AFFCE (or 0x4AFFCE) is known color: Turquoise. HEX triplet: 4A, FF and CE. RGB value is (74,255,206). Sum of RGB (Red+Green+Blue) = 74+255+206=535 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.83% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #4AFFCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFFCE is #B50031. Grayscale: #C3C3C3. Windows color (decimal): -11862066 or 13565770. OLE color: 13565770.

HSL color Cylindrical-coordinate representation of color #4AFFCE: hue angle of 163.76º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFFCE is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB 74 255 206 -
CMYK 0.71 0 0.19 0
HSL 163.76º 1% 0.65% -
HSV(B) 163.76º 0.71% 1% -
XYZ 49.72 77.43 70.72 -
YUV 195.3 134.03 41.48 -
System Red Green Blue C M Y K H S L
Decimal 74 255 206 0.71 0 0.19 0 163.76 1 0.65
Hex 4A FF CE 47 0 13 0 A4 64 41
Octal 112 377 316 107 0 23 0 244 144 101
Binary 1001010 11111111 11001110 1000111 0 10011 0 10100100 1100100 1000001

Color Harmonies of #4AFFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFFCE

Black with #4AFFCE

Text Example


Text Example

White with #4AFFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,255,206); }

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

background-color css

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

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

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

border-color css

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

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

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