Html Css Color HEX #2ACCCF Medium Turquoise

📋 copy color: '#2ACCCF'

red 42 ◦ green 204 ◦ blue 207

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

Shades of Medium Turquoise #2ACCCF

Tints of Medium Turquoise #2ACCCF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.03%

 BLUE value IS 207 (81.25% from 255) = 45.7%

R = 9.27%
G = 45.03%
B = 45.7%

CMYK

 C value IS 0.80

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2ACCCF (or 0x2ACCCF) is known color: Medium Turquoise. HEX triplet: 2A, CC and CF. RGB value is (42,204,207). Sum of RGB (Red+Green+Blue) = 42+204+207=453 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.27% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #2ACCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACCCF is #D53330. Grayscale: #9B9B9B. Windows color (decimal): -13972273 or 13618218. OLE color: 13618218.

HSL color Cylindrical-coordinate representation of color #2ACCCF: hue angle of 181.09º 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 #2ACCCF is Cyan = 0.80, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 42 204 207 -
CMYK 0.80 0.01 0 0.19
HSL 181.09º 0.66% 0.49% -
HSV(B) 181.09º 0.8% 0.81% -
XYZ 33.81 48.18 66.55 -
YUV 155.9 156.83 46.76 -
System Red Green Blue C M Y K H S L
Decimal 42 204 207 0.80 0.01 0 0.19 181.09 0.66 0.49
Hex 2A CC CF 50 1 0 13 B5 42 31
Octal 52 314 317 120 1 0 23 265 102 61
Binary 101010 11001100 11001111 1010000 1 0 10011 10110101 1000010 110001

Color Harmonies of #2ACCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACCCF

Black with #2ACCCF

Text Example


Text Example

White with #2ACCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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