Html Css Color HEX #4AFFCC Turquoise

📋 copy color: '#4AFFCC'

red 74 ◦ green 255 ◦ blue 204

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

Shades of Turquoise #4AFFCC

Tints of Turquoise #4AFFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.27%

R = 13.88%
G = 47.84%
B = 38.27%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#4AFFCC (or 0x4AFFCC) is known color: Turquoise. HEX triplet: 4A, FF and CC. RGB value is (74,255,204). Sum of RGB (Red+Green+Blue) = 74+255+204=533 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.88% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #4AFFCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFFCC is #B50033. Grayscale: #C3C3C3. Windows color (decimal): -11862068 or 13434698. OLE color: 13434698.

HSL color Cylindrical-coordinate representation of color #4AFFCC: hue angle of 163.09º 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 #4AFFCC is Cyan = 0.71, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.

Color convert

RGB 74 255 204 -
CMYK 0.71 0 0.2 0
HSL 163.09º 1% 0.65% -
HSV(B) 163.09º 0.71% 1% -
XYZ 49.48 77.34 69.45 -
YUV 195.07 133.03 41.65 -
System Red Green Blue C M Y K H S L
Decimal 74 255 204 0.71 0 0.2 0 163.09 1 0.65
Hex 4A FF CC 47 0 14 0 A3 64 41
Octal 112 377 314 107 0 24 0 243 144 101
Binary 1001010 11111111 11001100 1000111 0 10100 0 10100011 1100100 1000001

Color Harmonies of #4AFFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFFCC

Black with #4AFFCC

Text Example


Text Example

White with #4AFFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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