Html Css Color HEX #4AF2CC Turquoise

📋 copy color: '#4AF2CC'

red 74 ◦ green 242 ◦ blue 204

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

Shades of Turquoise #4AF2CC

Tints of Turquoise #4AF2CC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.54%

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

R = 14.23%
G = 46.54%
B = 39.23%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#4AF2CC (or 0x4AF2CC) is known color: Turquoise. HEX triplet: 4A, F2 and CC. RGB value is (74,242,204). Sum of RGB (Red+Green+Blue) = 74+242+204=520 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.23% from 520); Green value is 242 (94.92% from 255 or 46.54% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 242 - color contains mainly: green. Hex color #4AF2CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AF2CC is #B50D33. Grayscale: #BBBBBB. Windows color (decimal): -11865396 or 13431370. OLE color: 13431370.

HSL color Cylindrical-coordinate representation of color #4AF2CC: hue angle of 166.43º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AF2CC is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 74 242 204 -
CMYK 0.69 0 0.16 0.05
HSL 166.43º 0.87% 0.62% -
HSV(B) 166.43º 0.69% 0.95% -
XYZ 45.48 69.32 68.11 -
YUV 187.44 137.34 47.09 -
System Red Green Blue C M Y K H S L
Decimal 74 242 204 0.69 0 0.16 0.05 166.43 0.87 0.62
Hex 4A F2 CC 45 0 10 5 A6 57 3E
Octal 112 362 314 105 0 20 5 246 127 76
Binary 1001010 11110010 11001100 1000101 0 10000 101 10100110 1010111 111110

Color Harmonies of #4AF2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF2CC

Black with #4AF2CC

Text Example


Text Example

White with #4AF2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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