Html Css Color HEX #4AFCCE Turquoise

📋 copy color: '#4AFCCE'

red 74 ◦ green 252 ◦ blue 206

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

Shades of Turquoise #4AFCCE

Tints of Turquoise #4AFCCE

RGB

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

 GREEN value IS 252 (98.83% from 255) = 47.37%

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

R = 13.91%
G = 47.37%
B = 38.72%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#4AFCCE (or 0x4AFCCE) is known color: Turquoise. HEX triplet: 4A, FC and CE. RGB value is (74,252,206). Sum of RGB (Red+Green+Blue) = 74+252+206=532 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.91% from 532); Green value is 252 (98.83% from 255 or 47.37% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 252 - color contains mainly: green. Hex color #4AFCCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFCCE is #B50331. Grayscale: #C1C1C1. Windows color (decimal): -11862834 or 13565002. OLE color: 13565002.

HSL color Cylindrical-coordinate representation of color #4AFCCE: hue angle of 164.49º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFCCE is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 74 252 206 -
CMYK 0.71 0 0.18 0.01
HSL 164.49º 0.97% 0.64% -
HSV(B) 164.49º 0.71% 0.99% -
XYZ 48.78 75.53 70.4 -
YUV 193.53 135.03 42.74 -
System Red Green Blue C M Y K H S L
Decimal 74 252 206 0.71 0 0.18 0.01 164.49 0.97 0.64
Hex 4A FC CE 47 0 12 1 A4 61 40
Octal 112 374 316 107 0 22 1 244 141 100
Binary 1001010 11111100 11001110 1000111 0 10010 1 10100100 1100001 1000000

Color Harmonies of #4AFCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFCCE

Black with #4AFCCE

Text Example


Text Example

White with #4AFCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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