Html Css Color HEX #2CF6BE Turquoise

📋 copy color: '#2CF6BE'

red 44 ◦ green 246 ◦ blue 190

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

Shades of Turquoise #2CF6BE

Tints of Turquoise #2CF6BE

RGB

 RED value IS 44 (17.58% from 255) = 9.17%

 GREEN value IS 246 (96.48% from 255) = 51.25%

 BLUE value IS 190 (74.61% from 255) = 39.58%

R = 9.17%
G = 51.25%
B = 39.58%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#2CF6BE (or 0x2CF6BE) is known color: Turquoise. HEX triplet: 2C, F6 and BE. RGB value is (44,246,190). Sum of RGB (Red+Green+Blue) = 44+246+190=480 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.17% from 480); Green value is 246 (96.48% from 255 or 51.25% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 246 - color contains mainly: green. Hex color #2CF6BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CF6BE is #D30941. Grayscale: #B3B3B3. Windows color (decimal): -13830466 or 12514860. OLE color: 12514860.

HSL color Cylindrical-coordinate representation of color #2CF6BE: hue angle of 163.37º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF6BE is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 44 246 190 -
CMYK 0.82 0 0.23 0.04
HSL 163.37º 0.92% 0.57% -
HSV(B) 163.37º 0.82% 0.96% -
XYZ 43.29 70.16 59.98 -
YUV 179.22 134.08 31.55 -
System Red Green Blue C M Y K H S L
Decimal 44 246 190 0.82 0 0.23 0.04 163.37 0.92 0.57
Hex 2C F6 BE 52 0 17 4 A3 5C 39
Octal 54 366 276 122 0 27 4 243 134 71
Binary 101100 11110110 10111110 1010010 0 10111 100 10100011 1011100 111001

Color Harmonies of #2CF6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CF6BE

Black with #2CF6BE

Text Example


Text Example

White with #2CF6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,246,190); }

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

background-color css

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

 a { background-color: rgb(44,246,190); }

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

border-color css

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

 span { border-color: rgb(44,246,190); }

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