Html Css Color HEX #2ACEBF Turquoise

📋 copy color: '#2ACEBF'

red 42 ◦ green 206 ◦ blue 191

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

Shades of Turquoise #2ACEBF

Tints of Turquoise #2ACEBF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.92%

 BLUE value IS 191 (75% from 255) = 43.51%

R = 9.57%
G = 46.92%
B = 43.51%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#2ACEBF (or 0x2ACEBF) is known color: Turquoise. HEX triplet: 2A, CE and BF. RGB value is (42,206,191). Sum of RGB (Red+Green+Blue) = 42+206+191=439 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.57% from 439); Green value is 206 (80.86% from 255 or 46.92% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 206 - color contains mainly: green. Hex color #2ACEBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACEBF is #D53140. Grayscale: #9B9B9B. Windows color (decimal): -13971777 or 12570154. OLE color: 12570154.

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

Color convert

RGB 42 206 191 -
CMYK 0.80 0 0.07 0.19
HSL 174.51º 0.66% 0.49% -
HSV(B) 174.51º 0.8% 0.81% -
XYZ 32.43 48.4 56.92 -
YUV 155.25 148.17 47.22 -
System Red Green Blue C M Y K H S L
Decimal 42 206 191 0.80 0 0.07 0.19 174.51 0.66 0.49
Hex 2A CE BF 50 0 7 13 AF 42 31
Octal 52 316 277 120 0 7 23 257 102 61
Binary 101010 11001110 10111111 1010000 0 111 10011 10101111 1000010 110001

Color Harmonies of #2ACEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACEBF

Black with #2ACEBF

Text Example


Text Example

White with #2ACEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,206,191); }

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

background-color css

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

 a { background-color: rgb(42,206,191); }

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

border-color css

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

 span { border-color: rgb(42,206,191); }

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