Html Css Color HEX #4AFACC Turquoise

📋 copy color: '#4AFACC'

red 74 ◦ green 250 ◦ blue 204

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

Shades of Turquoise #4AFACC

Tints of Turquoise #4AFACC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.35%

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

R = 14.02%
G = 47.35%
B = 38.64%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#4AFACC (or 0x4AFACC) is known color: Turquoise. HEX triplet: 4A, FA and CC. RGB value is (74,250,204). Sum of RGB (Red+Green+Blue) = 74+250+204=528 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.02% from 528); Green value is 250 (98.05% from 255 or 47.35% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 250 - color contains mainly: green. Hex color #4AFACC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFACC is #B50533. Grayscale: #C0C0C0. Windows color (decimal): -11863348 or 13433418. OLE color: 13433418.

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

Color convert

RGB 74 250 204 -
CMYK 0.70 0 0.18 0.02
HSL 164.32º 0.95% 0.64% -
HSV(B) 164.32º 0.7% 0.98% -
XYZ 47.91 74.19 68.92 -
YUV 192.13 134.69 43.74 -
System Red Green Blue C M Y K H S L
Decimal 74 250 204 0.70 0 0.18 0.02 164.32 0.95 0.64
Hex 4A FA CC 46 0 12 2 A4 5F 40
Octal 112 372 314 106 0 22 2 244 137 100
Binary 1001010 11111010 11001100 1000110 0 10010 10 10100100 1011111 1000000

Color Harmonies of #4AFACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFACC

Black with #4AFACC

Text Example


Text Example

White with #4AFACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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