Html Css Color HEX #2ACFC6 Turquoise

📋 copy color: '#2ACFC6'

red 42 ◦ green 207 ◦ blue 198

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

Shades of Turquoise #2ACFC6

Tints of Turquoise #2ACFC6

RGB

 RED value IS 42 (16.8% from 255) = 9.4%

 GREEN value IS 207 (81.25% from 255) = 46.31%

 BLUE value IS 198 (77.73% from 255) = 44.3%

R = 9.4%
G = 46.31%
B = 44.3%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#2ACFC6 (or 0x2ACFC6) is known color: Turquoise. HEX triplet: 2A, CF and C6. RGB value is (42,207,198). Sum of RGB (Red+Green+Blue) = 42+207+198=447 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.40% from 447); Green value is 207 (81.25% from 255 or 46.31% from 447); Blue value is 198 (77.73% from 255 or 44.30% from 447); Max value from RGB is 207 - color contains mainly: green. Hex color #2ACFC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACFC6 is #D53039. Grayscale: #9C9C9C. Windows color (decimal): -13971514 or 13029162. OLE color: 13029162.

HSL color Cylindrical-coordinate representation of color #2ACFC6: hue angle of 176.73º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ACFC6 is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 42 207 198 -
CMYK 0.80 0 0.04 0.19
HSL 176.73º 0.66% 0.49% -
HSV(B) 176.73º 0.8% 0.81% -
XYZ 33.46 49.2 61.16 -
YUV 156.64 151.34 46.23 -
System Red Green Blue C M Y K H S L
Decimal 42 207 198 0.80 0 0.04 0.19 176.73 0.66 0.49
Hex 2A CF C6 50 0 4 13 B1 42 31
Octal 52 317 306 120 0 4 23 261 102 61
Binary 101010 11001111 11000110 1010000 0 100 10011 10110001 1000010 110001

Color Harmonies of #2ACFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACFC6

Black with #2ACFC6

Text Example


Text Example

White with #2ACFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2ACFC6; }

 p { color: rgb(42,207,198); }

 H1.HeaderClassName
 {
   color: #2ACFC6;
 }
 .AnyTagClassName
 {
   color: #2ACFC6;
 }
</style>

background-color css

<style>
 a { background-color: #2ACFC6; }

 a { background-color: rgb(42,207,198); }

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

border-color css

<style>
 span { border-color: #2ACFC6; }

 span { border-color: rgb(42,207,198); }

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